file upload to wcf using jquery

后端 未结 1 1892
长情又很酷
长情又很酷 2021-01-26 21:57

I have a page where there is a file upload control. I want to send the contents of this file upload control to a WCF service using jquery ( without posting the form ), is that p

相关标签:
1条回答
  • 2021-01-26 22:42

    Yes it's possible. I use jQuery file uploader which is a script that automates a lot of it and also adds nice features like the ability to stop a download if the browser supports it.

    Examples there should help you get started.

    0 讨论(0)
提交回复
热议问题