Jump to content

max_upload


jonniejoejonson

Recommended Posts

Edit: I lied, forgot upload_max_filesize and post_max_size are PHP_INI_PERDIR so they need to be changed in .htaccess, using this:

 

php_value upload_max_filesize 100M
php_value post_max_size 101M

post_max_size is larger than upload_max_filesize to allow 1MB of extra postdata (form fields, etc.) beyond the 100MB limit of the file itself.

Link to comment
https://forums.phpfreaks.com/topic/93000-max_upload/#findComment-476455
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.