Maximum upload size in PHP and Apache?

mint picture mint · Jun 24, 2014 · Viewed 72.4k times · Source

I want to know what is the Maximum upload size in PHP and Apache? Can i upload more than 2GB file through web browser?

Answer

Yannick Y picture Yannick Y · Jun 24, 2014

upload_max_filesize in your php.ini You may want to check post_max_size as well

check this answer for more details PHP change the maximum upload file size