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进行上传下载
http://www.cnblogs.com/jillzhang/archive/2008/07/14/1242939.html