Javascript – FileUpload Using Ajax In ASP.NET With C#

ajaxjavascriptjquery

I need to upload images using FileUpload without postback(using Ajax).I tried many examples.But in all postback is coming or they are using PHP.Can anyone help me to do single file upload or multi file upload using ajax in ASP.Net with C#.

Best Answer

SWFUpload

http://demo.swfupload.org/v220beta3/simpledemo/index.php

http://swfupload.org/

Javascript and Flash, there's no post-back :) and there's .NET implementations available on the site.