We have an "Upload" feature in brand approval application which lets you put files on a server. We use HTTP to upload files onto the server. The technology used is HTML, Javascript and ASP .NET Web service. I can upload files succssfully from Firefox, IE 6.0 but it fails in IE 7.0 alone. When the production server is accessed from outside the network or inside (firewall enabled), upload fails in IE 7.0. The same code exists on staging server internally and I was successfully able to upload files in IE 7.0.
Upload in IE 7.0 was working on production a few days back. The rror message that is displayed is "Access is Denied". Its a javascript error message. Its not able to hit the url to send the file across. This happens only in IE 7.0 and IE 6.0 works just fine. Do you think there could be a network issue that IE 7.0 security can't handle?
Start Free Trial