Looking for an extremely straight-forward, basic tutorial on how to do file upload using MVC 2.0, from how to do the form, the controller, the save as, routing, and any IO stuff.
The form is simply a browse button, and, the files would be uploaded to “e:\data” folder.
Please help! Thanks!
I found Phil Haack’s example to be very helpful when I did this.