PHP Increase Max Upload

To increase the max file size/post that a CMS (or any web application on the server) can handle… update the following on php.ini

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

 

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: