I am trying to upload a file with ASP.NET MVC.
The following code work perfectly fine:
// Read in the image data. byte[] binaryData = null; HttpPostedFil
Remember you also need to open your form like this: