Apache + mod_wsgi + django - large uploads timeout fail on IE but not on FF
- by CrashRoX
I'm running an Ubuntu server with 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". Is this a timeout or keep-alive issue, something specific to IE? I did find this article http://support.microsoft.com/kb/813827. Thanks!