Edit your php.ini file, find the following and replace the 2M to something like 10M.
1 2 3 4 5 |
; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize upload_max_filesize = 2M |
and in the htaccess file you would use: –
1 2 3 |
php_value upload_max_filesize 6M |