Kederf
Kederf

Reputation: 31

File upload control for asp.net mvc

I'm writing an asp.net mvc application. I'm looking for free control to make file(s) upload. (Multiple files upload is not required). I found uploadify, ajax uploader, c5 filemanager. I'm looking rather example which I could include in Razor form and add additional fields such as i.e. file description. Do you have any specific control which you could suggest?

Upvotes: 0

Views: 2874

Answers (1)

Adam Tuliper
Adam Tuliper

Reputation: 30152

Uploadify in my opinion is the best. Check out: How do I get jQuery's Uploadify plugin to work with ASP.NET MVC?

its the same in mvc3.

Upvotes: 1

Related Questions