File Upload with Angular2 to REST API

后端 未结 9 1084
萌比男神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 10:55

    this.uploader.onBeforeUploadItem = function(item) {
      item.url = URL.replace('?', "?param1=value1");
    }
    

提交回复
热议问题