Skip to content

Tag Archives: post_max_size

upload_max_filesize post_max_size

06-Feb-10

You should set post_max_size to double what you set upload_max_filesize to. This means you can upload 2 files of your maximum limit for each POST and seems like a good middle ground.
The memory_limit directive should also be set above the value of post_max_size so your server can handle the uploads.
There are 2 ways you can [...]