17/01/2021 by Nitesh

Solution: Upload files and JSON in ASP.NET Core Web API

In our previous post, we read about HTTP Verb 405 error in ASP.Net Core. Today, we will know about uploading File and JSON data together on a Web API in ASP.Net Core. The general definition of a Web API POST call looks like below – In case, you are trying to upload a file, the…

Continue Reading »