I have created a component that uploads files to a Web API controller using FormData.
How do I get the file contents from the MultipartMemoryStreamProvider as a byte arr
You should be able to get the content by doing i.ReadAsByteArrayAsync()
i.ReadAsByteArrayAsync()