Add the following into .htaccess to allow larger file uploads.
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
via Upload large or big file in PHP using .htaccess.
Add the following into .htaccess to allow larger file uploads.
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
via Upload large or big file in PHP using .htaccess.