如何在ASP.NET WebAPI中的ng-file-upload中访问数据部分?

时间:2018-08-10 07:27:35

标签: angularjs asp.net-web-api file-upload multipartform-data ng-file-upload

我在angularjs和webapi中使用ng-file-upload作为后端。以下是我上传文件的代码。如何从“数据”中访问数据?

file.upload = Upload.upload({
    url:api url,
    method: 'POST',
    data: { file: file, 'key1': value1, 'key2': value2},
    FormData: metadata
});

我想在服务器端访问key1value1key2value2

0 个答案:

没有答案