Can Visual Studio Code send a PDF file in an HTTP POST request using ASP.NET Web API?
I created a web API using the ASP.NET Core Web API project template in Visual Studio to allow clients to upload files to my application. I created the controller which handles request from clients that want to upload PDF reports…