Is file upload control is available in html helper class in asp.net mvc if not then how should开发者_开发知识库 we use file upload control
See here.
You need to make an <input type="file" />
element in your form, then check Request.Files
in the controller.
Use SlickUpload. I'm not the owner or some shill paid by the owner. It's just a great product.
http://krystalware.com/Products/SlickUpload/
精彩评论