file upload using ajax by retaining all the other information in the page.
-
File upload with ajax (xmlhttprequest) is not possible. There are some other methods. See for example: stackoverflow.com/questions/336446/…. (edit) A comment on this link says it's for mvc specifically: blog.codeville.net/2008/11/24/….Spiny Norman– Spiny Norman2011-01-20 13:10:30 +00:00Commented Jan 20, 2011 at 13:10
Add a comment
|
2 Answers
I've used the ajaxForm plug-in for this, works pretty good (and is a pure JavaScript/jQuery solution).