Uploading file from Flex to WCF REST Stream issues (how to decode multipart form post in REST WS)

前端 未结 3 807
闹比i
闹比i 2020-12-30 16:19

The system is a Flex application communicating with a WCF REST web service. I am trying to upload a file from the Flex application to the server and am running into some is

3条回答
  •  醉梦人生
    2020-12-30 16:28

    Thanks to Anthony over at http://antscode.blogspot.com/ for the multipart parser that works great (for images, txt files, etc).

    http://antscode.blogspot.com/2009/11/parsing-multipart-form-data-in-wcf.html

提交回复
热议问题