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
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.