Web API endpoint for file upload
I had built a web API endpoint for file upload before in the past using a custom media type formatter. Last week I had to build a web API endpoint for another project. This time, I decided to implement this a little differently by reading the file in the content from request. The old way In … [Read more…]