ASP.Net MVC & jQuery Form Plugin Uploading a File
asp.net-mvc, jquery
Solution
I wrote a blog post about how to do this here.
Problem
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.