1

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 2

1

See here.

You need to make an <input type="file" /> element in your form, then check Request.Files in the controller.

Sign up to request clarification or add additional context in comments.

Comments

0

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/

1 Comment

Yes. Click that link. It mentions MVC support.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.