开发者

file upload to wcf using jquery

开发者 https://www.devze.com 2023-03-22 15:02 出处:网络
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 possible?

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 possible?


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

精彩评论

暂无评论...
验证码 换一张
取 消