1

I am writing an MVC 4 app and need to allow the user to upload files, but don't want to submit the page's form when doing so. There is a bit of overhead in loading the whole form and I'd rather just update a partial on the page than reload it. I see this happening on other websites, but can't seem to get it to work for me.

Any hints?

Thanks, Mike

Mike Lockhart
  • 143
  • 2
  • 4
  • 12
  • Check out [jQuery File Upload](http://blueimp.github.com/jQuery-File-Upload/). [Here](https://github.com/maxpavlov/jQuery-File-Upload.MVC3)'s a demo using ASP.NET MVC3. – Paolo Moretti Dec 26 '12 at 20:44

1 Answers1

3

You can use: Fine Uploader

And will find MVC implementation here: MVC Ajax File Upload

Community
  • 1
  • 1
ShaneKm
  • 20,823
  • 43
  • 167
  • 296