Contents tagged with FileUpload

  • Uploading a file using FileUpload control fails in IE8

    I had another interesting customer issue this week, where in uploading a file using the FileUpload control was failing only with IE8. As you would do with any client-side issue, I started by collecting Fiddler traces for both the working (IE7) and non-working (IE8) scenarios. Following were the observations:

    · IE 7
            Content-Disposition: form-data; name="targetFile"; filename="C:\Users\<username>\Desktop\test.txt"
    · IE 8
            Content-Disposition: form-data; name="targetFile"; filename="test.txt"