File Upload with Angular2 to REST API

后端 未结 9 1061
萌比男神i
萌比男神i 2020-11-27 10:14

Actually, I\'m working on a Spring REST API with an interface coded in Angular 2.

My problem is I can\'t upload a file with Angular 2.

My Webresources in jav

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 11:08

    If your looking for a simple solution and don't want to do the coding yourself, I would recommend using this library:

    https://www.npmjs.com/package/angular2-http-file-upload

提交回复
热议问题