You checked error_log. If you do not check this and find out what the problem is, and if you use apache, you can set the php.ini setting in .htaccess. Like this
php_value upload_max_filesize 20M
Paste this .htaccess file and you can download the file. Also, check error_log what exactly causes the problem.
source
share