FileUpload Using Ajax In ASP.NET With C#

后端 未结 8 1327
无人共我
无人共我 2021-01-07 05:48

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 sing

8条回答
  •  迷失自我
    2021-01-07 06:32

    As the others say you can't do it completely without a postback but you can add some nice ajax functionality around the process. Steve Sanderson has written a good walkthrough here:

    http://blog.codeville.net/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/

提交回复
热议问题