I am trying to upload csv file from angular POST to Web API post but Eeb api return below error
"XMLHttpRequest cannot load http://localhost:89/WebService/Upload. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://Application:90' is therefore not allowed access. The response had HTTP status code 404."
Note : Normal post with JSON data working after doing cross enable in web api, only issue with file upload .