搜索资源列表
FirstPlace
- 使用 ASP.NET/C# 实现的 WebService。用于接收来自客户端REST方式上传的照片和说明。-Use ASP.NET/C# implementation WebService. REST for receiving from the client upload photos and descr iptions.
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm