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
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