0

Can anyone recommend a (preferably free) Ajax file upload control for ASP.NET MVC?

I don't need support for multiple file uploads, but I would like progress bar/percentage complete information. Ideally, it would be easy to get started with and use and be open source.

Please only recommend actual products you have used.

Thanks

Scott Mitchell
  • 8,659
  • 3
  • 55
  • 71

2 Answers2

1

SlickUpload isn't free but is by far the best package I have ever used.

Full support for MVC and uploading to action methods, it uses HTML5 where possible and is fully cross-browser compatible. Progress bars and async uploads come out of the box too.

Marko
  • 71,361
  • 28
  • 124
  • 158
1

I've used valums file-uploader in different projects and I can't complain about it. If you want to see some code you can check another answer of mine.

Community
  • 1
  • 1
LeftyX
  • 35,328
  • 21
  • 132
  • 193