I know this is very a general question but I am failing to upload a file in Angular 2. I have tried
1) http://valor-software.com/ng2-file-upload/ and
2) h
Try not setting the options parameter
options
this.http.post(${this.apiEndPoint}, formData)
and make sure you are not setting the globalHeaders in your Http factory.
globalHeaders