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











