Page 1 of 1
upload_max_filesize question
Posted: Fri May 06, 2011 8:27 am
by social_experiment
The value set in php.ini for upload_max_filesize, is this value per file upload box or is it the total size of all file upload boxes? If i have 3 file upload boxes, and my php.ini setting is 2MB, would the files be uploaded if the total of these files are greater than 2MB?
Re: upload_max_filesize question
Posted: Fri May 06, 2011 10:16 am
by incubi
If I remember Its the total size per post action.
Re: upload_max_filesize question
Posted: Fri May 06, 2011 2:37 pm
by requinix
incubi wrote:If I remember Its the total size per post action.
You're thinking of post_max_size.
upload_max_filesize:
The maximum size of an uploaded file.