upload_max_filesize question
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
upload_max_filesize question
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?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: upload_max_filesize question
If I remember Its the total size per post action.
Re: upload_max_filesize question
You're thinking of post_max_size.incubi wrote:If I remember Its the total size per post action.
upload_max_filesize:
The maximum size of an uploaded file.