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.
我在 WCF 上的单个请求中搜索了许多网站以上传多个图像。上传图片中显示的网络服务可以转换为字节格式以保存目录。我的要求是在单个请求中上传多个图像,并且一些参数也来自 http post 方法。如何使用 WCF 将这些图像存储在服务器中?
我不知道你为什么想要这个?
如果您提出多个请求,它将更加用户友好。
在单一请求中,您不能上传多张图片,也不推荐。