Is file upload control is available in html helper class in asp.net mvc if not then how should we use file upload control
2 Answers
See here.
You need to make an <input type="file" /> element in your form, then check Request.Files in the controller.
Comments
Use SlickUpload. I'm not the owner or some shill paid by the owner. It's just a great product.
1 Comment
sohtimsso1970
Yes. Click that link. It mentions MVC support.