[ADF-3263] added extra options to upload file for upload service (#3546)

This commit is contained in:
Vito
2018-07-03 20:47:27 +01:00
committed by Eugenio Romano
parent a3372c3a68
commit 23403076a9
3 changed files with 41 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ export class UploadService {
file.file,
file.options.path,
file.options.parentId,
null,
file.options,
opts
);
}