I want to upload file in asp.net-mvc How can I upload the file using html input file control?
How to file Upload in ASP.NET MVC 3.0
1839
22-Jan-2015
Updated on 22-Jan-2015
Anonymous User
22-Jan-2015You don't use a file input control. Server side controls are not used in ASP.NET MVC. Checkout thefollowing blog post which illustrates how to achieve this in ASP.NET MVC.
So you would start by creating an HTML form which would contain a file input: