File Upload In Angular?

前端 未结 14 2306
执念已碎
执念已碎 2020-11-22 08:10

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

14条回答
  •  既然无缘
    2020-11-22 08:55

    Try not setting the options parameter

    this.http.post(${this.apiEndPoint}, formData)

    and make sure you are not setting the globalHeaders in your Http factory.

提交回复
热议问题