asp.net mvc Upload File ajax

Posted by Bill White on Stack Overflow See other posts from Stack Overflow or by Bill White
Published on 2010-05-21T21:03:00Z Indexed on 2010/05/21 21:30 UTC
Read the original article Hit count: 158

Filed under:
|

Hi ive got an mvc form with a fileupload functionality. Ive got an action that accepts an file and extracts thumbnails from it, after which the user can select the images and then proceed to submit the form. How can post the initial file via ajax, bearing in mind, this is not the final submission on the form and I want to retain user input. ie no postback Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc