Reputation: 31
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
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