I am new to ASP.NET Web API. I have a sample FileUpload web api (from some site) to upload files to the server. But, don\'t know h
ASP.NET Web API
FileUpload
web api
Go to fiddler, select post type, give your local web api url. In request body just upload file and execute, it will go to webapi method directly. Controller method should be [HttpPost]
[HttpPost]