_Scenario_:
User is trying to use Uploadify tool to do multipart form data uploads.
_Reference_:
Following discussion thread is about the issue
https://aspnetwebstack.codeplex.com/discussions/354215
_Issue_:
The request sent by Uploadify tool does not have a ending CRLF which causes issues in our multipart parser resulting in the error "Error writing MIME multipart body part to output stream"
_Attached_ the following docs:
1. Fiddler session related to Uploadify tool request. I traced this request from a public demo sample that www.Uplaodify.com site has
2. A web api katana selfhost service which accepts the above fiddler request.
Note: if you add a CRLF to the end the last multipart, then this scenario works fine.
User is trying to use Uploadify tool to do multipart form data uploads.
_Reference_:
Following discussion thread is about the issue
https://aspnetwebstack.codeplex.com/discussions/354215
_Issue_:
The request sent by Uploadify tool does not have a ending CRLF which causes issues in our multipart parser resulting in the error "Error writing MIME multipart body part to output stream"
_Attached_ the following docs:
1. Fiddler session related to Uploadify tool request. I traced this request from a public demo sample that www.Uplaodify.com site has
2. A web api katana selfhost service which accepts the above fiddler request.
Note: if you add a CRLF to the end the last multipart, then this scenario works fine.