The uploaded file exceeds the upload_max_filesize directive in php.ini
KB ID 0001125 Problem When attempting to upload a file to your website, (in my case from within WordPress). You see this error. Solution If you are on ‘shared hosting’ then you may not have access to your php.ini file, if that is the case you should add the following to your .htaccess file, (this will be a hidden file in the root folder of your website). ######### php_value upload_max_filesize 50M php_value post_max_size...