FileUpload ASP.NET control not working under Windows 7

Posted by YourMomzThaBomb on Stack Overflow See other posts from Stack Overflow or by YourMomzThaBomb
Published on 2010-04-28T23:29:41Z Indexed on 2010/04/28 23:37 UTC
Read the original article Hit count: 332

Filed under:
|
|
|
|

I have a User Control that contains a System.Web.UI.WebControls.FileUpload control as well as a button to 'Submit'.

When the button is clicked code similar to the following is executed:

If FileUploadControl.HasFile Then
   'Save the file and do some other stuff
End If

This code works just fine with Windows XP. However, if I run it from a Windows 7 64-bit machine using IE8 32-bit the HasFile property always returns false and nothing is saved?!

Any suggestions/ideas would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net