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

keithm’s picture

This generally indicates a php configuration problem. Check your php.ini file. It probably has a line like:

upload_max_filesize = 2M
coderintherye’s picture

Version: 6.x-1.0 » 7.x-1.0-alpha1

I'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.

kressin’s picture

It is a bug only affecting 32 bit machines. Works fine with 64 bit systems.