FileUpload Using Ajax In ASP.NET With C#

后端 未结 8 1326
无人共我
无人共我 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:36

    I use Ajax Uploader too. It works great for my projects and it allows you to upload files to web server without refreshing the page.

    Here is a demo page.

提交回复
热议问题