Uploading a file (including content) Environment: HTML, AngularJS, WebAPI Current implmentation: Call the API method in the form's action. In the API controller listen to the HttpContext.Current.Request and get the file in the server side Issues: The URL is redirected to form's action method therefore need to manually redirect back to last url. In this process authentication is lost.
Better way to implement?