I am finding that any file larger that a 2Mb fails to upload. There is no error message. It just does not appear. Any pointers please
I am finding that any file larger that a 2Mb fails to upload. There is no error message. It just does not appear. Any pointers please
Comments
Comment #1
keithm commentedThis generally indicates a php configuration problem. Check your php.ini file. It probably has a line like:
Comment #2
coderintherye commentedI'm not sure this is really a configuration issue.
I've got:
file_uploads => On
max_file_uploads => 50
upload_max_filesize => 200M
memory_limit => 350M
post_max_size => 200M
And I'm still getting 504s on anything above approximately a MB or two.
Comment #3
kressin commentedIt is a bug only affecting 32 bit machines. Works fine with 64 bit systems.