FileUpload Using Ajax In ASP.NET With C#

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

    There is no such thing as a ajax file upload. The components that you see either use flash swfupload or a hidden iframe that they post a form to that give the impression it is happening in an ajax manner. There are many plugins avaiable to help you do this. My favourite is this that uses jquery and swfupload

提交回复
热议问题