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

前端 未结 3 806
闹比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:46

    I've had some issues with parser that are based on string parsing particularly with large files I found it would run out of memory and fail to parse binary data.

    To cope with these issues I've open sourced my own attempt at a C# multipart/form-data parser here

    See my answer here for more information.

提交回复
热议问题