Fraz Sundal
Fraz Sundal

Reputation: 10448

Is file upload control is available in html helper class in asp.net mvc

Is file upload control is available in html helper class in asp.net mvc if not then how should we use file upload control

Upvotes: 1

Views: 2352

Answers (2)

SLaks
SLaks

Reputation: 888027

See here.

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

Upvotes: 1

sohtimsso1970
sohtimsso1970

Reputation: 3286

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/

Upvotes: 0

Related Questions