Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的解决方案文件中有两个项目,一个是 Webui(一个 .NET 应用程序),另一个是 WCF 服务项目。
该场景是每当用户在 Webui 中上传文件时,该文件都需要发送到 WCF 服务。谁能建议我如何将附件从 Webui 发送到 WCF 服务?
上传您需要传输的文件作为字节流。您需要使用 WCF 流。例如
如何通过 WCF 上传文件