Unexpected end of MIME multipart stream in reading the second time in Web API
问题 at first step I tried to read the contents into MultipartMemoryStreamProvider with the following code var multipartMemoryStreamProvider = await Request.Content.ReadAsMultipartAsync(); It solve my problem in getting the input File in memory.In this case I have access to other contents Key , but not value . I tried to get them with reading again the Contents into MultipartFormDataStreamProvider variable string root = HttpContext.Current.Server.MapPath("~/uploads"); var provider = new