$_FILE upload large file gives error 1 even though upload_max_size is bigger than the file size

I think this is because of a typo. Instead of

upload_max_filesize = 7MB

it should read

upload_max_filesize = 7M

use phpinfo() again to check what value actually gets applied.

Leave a Comment