ASP.NET Web API, unexpected end of MIME multi-part stream when uploading from Flex FileReference

I had the same problem with MVC4, but Will is correct, add a name to your input…..

<input type="file" id="fileInput" name="fileInput"/>

and all the magic is back up and working!

Leave a Comment