I’m running 1.7.1 on a site and uploading files over 1MB cause this in Firefox: http://d.pr/w6Iq (in Safari, it just sits there).
On the server, upload_max_filesize is at 4MB and post_max_size is at 8MB.
I’ve tried files that are approximately 46KB and 566KB, and both of those uploaded successfully.
I also tried files that are approximately 1.1MB and 2.8MB and those both cause the timeout.
Finally, I’m using nGen File Field for file uploads. However, I also tried using EE1’s native file upload and got the same thing.
Interestingly enough, I have another client - on the same server - who recently ran into this problem with an older version of EE1. So I’m not sure if it’s a server issue or an EE issue.
Any suggestions?