Apache + mod_wsgi + django - large uploads timeout on IE but not on FF
- by CrashRoX
I'm running Apache, mod_wsgi and Django. Uploading a file over 100mb causes a timeout on IE 7 and 8, but successfully uploaded on Firefox 3.5. Specifically the error is "Internet Explorer cannot display the webpage". The timeout is not immediate, it runs for quite some time before it fails. Any suggestions?
UPDATE: I set TimeOut to 1200 and it…