您的位置:首页 > 其它

利用Web/WCF Service上传下载文件[网上资源]

2008-10-07 11:53 591 查看
WCF File Upload Service

http://www2.zdo.com/archives/28-WCF-File-Upload-Service.html

WCF Streaming: Upload files over HTTP

http://kjellsj.blogspot.com/2007/02/wcf-streaming-upload-files-over-http.html

Sending Files in Chunks with MTOM Web Services and .NET 2.0

http://www.codeproject.com/KB/XML/MTOMWebServices.aspx

WCF - Stream

http://www.rainsts.net/article.asp?id=465

WCF 支持传送二进制流数据,但有一定的限制。

只有 BasicHttpBinding、WebHttpBinding、NetTcpBinding 和 NetNamedPipeBinding 支持传送流数据。

流数据类型必须是可序列化的 Stream 或 MemoryStream。

传递时消息体(Message Body)中不能包含其他数据。

基于TCP协议的WCF传输大文件如何出现进度条

http://topic.csdn.net/u/20080728/15/4923a73d-6152-4ee5-9ab2-9893d43c01f8.html

用Restful方式调用WCF进行上传下载

/article/4598945.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: