- Update .htaccess file – You can upload the following files to the .htaccess file
Update .htaccess file ==>
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300
Change the numbers to the values that you need. The max execution time and max input time values are in seconds and might need to be increased further if your internet connection is slow.
Increase the the maximum upload size by watching the following