On 12/10/2013 12:11 PM, Grant wrote:
Unfortunately I still have the issue after changing to 'upload_max_filesize = 4M'.
Is there an .htaccess file that overrides your php.ini limit (or vice-versa)? You can run,
<?php phpinfo(); ?>
in a file (say, test.php) to see what limit is actually getting used.