How to upload a file to a WCF Service?

前端 未结 4 1149
半阙折子戏
半阙折子戏 2020-12-09 09:32

I\'ve build a WCF Service to accept a file and write it to disk. The front-end consists of a page with SWFUpload which is handling the upload on the client side. Apparently,

4条回答
  •  萌比男神i
    2020-12-09 10:12

    It might be that your WCF service targets .NET Framework 3.5 and your IIS is running on .NET Framework 4.0. In this case (framework mismatch) you need to modify your service.

提交回复
热议问题