We have a page that lets users upload a file using the asp:FileUpload control. When the user tries to submit the form the get a client side javascript error "htmlFile: access denied".
This only happens in IE 7 (not sure about 6) and FF is OK.
Apparently this is due to a security setting that was introduced to IE with XP SP2. Fair enough, but how the heck to we get around this? Not every site Ive uploaded to does this so there must be some trick to play nicely with IE.
Ive wasted days on this bug.. am ready to kill something/someone :)
Thanks