0

I am following this link to upload files from mvc view to server using webapi2

http://www.strathweb.com/2012/08/a-guide-to-asynchronous-file-uploads-in-asp-net-web-api-rtm/

but I am getting this error every time

"error writing mime multipart body part to output stream"

Arshya
  • 660
  • 3
  • 12
  • 30

1 Answers1

1

This is a know issue. I was able to fix my problem with this solution

https://stackoverflow.com/a/17290999/321016

Community
  • 1
  • 1
Arshya
  • 660
  • 3
  • 12
  • 30