Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mp3 upload problem
#11
ooh this is a dumb php thing

post_max_size integer
Quote:Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize. If memory limit is enabled by your configure script, memory_limit also affects file uploading. Generally speaking, memory_limit should be larger than post_max_size. When an integer is used, the value is measured in bytes. Shorthand notation, as described in this FAQ, may also be used. If the size of post data is greater than post_max_size, the $_POST and $_FILES superglobals are empty. This can be tracked in various ways, e.g. by passing the $_GET variable to the script processing the data, i.e. <form action="edit.php?processed=1">, and then checking if $_GET['processed'] is set.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
mp3 upload problem - by MikePritchard - 2014-08-01, 04:25:13
RE: mp3 upload problem - by shawn_a - 2014-08-01, 04:33:10
RE: mp3 upload problem - by MikePritchard - 2014-08-01, 04:49:30
RE: mp3 upload problem - by MikePritchard - 2014-08-11, 23:57:18
RE: mp3 upload problem - by shawn_a - 2014-08-12, 00:12:54
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 02:37:04
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 03:17:35
RE: mp3 upload problem - by shawn_a - 2014-08-12, 04:31:17
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 04:54:41
RE: mp3 upload problem - by shawn_a - 2014-08-12, 07:46:07
RE: mp3 upload problem - by shawn_a - 2014-08-12, 07:47:47
RE: mp3 upload problem - by shawn_a - 2014-08-12, 07:49:31
RE: mp3 upload problem - by MikePritchard - 2014-08-12, 08:08:48
RE: mp3 upload problem - by shawn_a - 2014-08-12, 11:12:48



Users browsing this thread: 1 Guest(s)