Skip to content
Snippets Groups Projects

Product/1440 larger files

2 files
+ 1074
147
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
2
@@ -60,7 +60,6 @@ export class BlobApi {
public static uploadObject(
resourceId: any,
path: any,
mimetype: any,
data: any,
thenHandler: any = apiConnectionBasic.defaultThenHandler,
catchHandler: any = apiConnectionBasic.defaultOnCatch
@@ -70,7 +69,7 @@ export class BlobApi {
method: 'PUT',
url: getBlobApiUrl() + resourceId + '/' + apiConnectionBasic.preparePath(path),
headers: {
'Content-Type': mimetype
'Content-Type': 'multipart/form-data'
},
data
})
Loading