Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.Net MVC & jQuery Form Plugin Uploading a File

Can someone give me an example of how to do this with ASP.Net MVC? I have followed the example at their site on the file uploads tab but I cannot get a decent response back. My controller thinks that it is not a AJAXRequest and tries to do a RedirectToAction but that doesn't change the page after the post.

like image 922
Jon Avatar asked Mar 01 '23 15:03

Jon


1 Answers

I wrote a blog post about how to do this here.

like image 143
JohnRudolfLewis Avatar answered Mar 12 '23 04:03

JohnRudolfLewis