I have an upload script (based on the upload.asp file published by a Jacob "Beezle" Gilley). This works very well for me in a Classic ASP application and as long as I have the Server.ScriptTimeout set to a suitable value AND the 'Maximum allowed content length' setting configured in IIS7.5.
From my browsers (Firefox, Chrome or even IE) I can happily upload jpg images of 35Mb...
But, my customer uses IE9 and gets an error when she uploads big (12Mb images) - smaller images are ok. The error she's seeing is a basic "Internet Explorer cannot display the webpage" - it's not a 404 or even a 500 error.
Unfortunately, her IT department won't allow any other browsers. So, I've setup a virtual Windows 7 PC with IE9, but cannot recreate the issue.
Does anyone have any ideas about this?
Thanks