Skip to content
Snippets Groups Projects
Commit f9ad564b authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Product/1440-largerFiles' into 'Sprint/2021-07'

Product/1440 larger files

See merge request !125
parents b4f586b4 88da4dd1
Branches Sprint/2021-07
Tags
2 merge requests!125Product/1440 larger files,!124Sprint/2021 07
...@@ -60,7 +60,6 @@ export class BlobApi { ...@@ -60,7 +60,6 @@ export class BlobApi {
public static uploadObject( public static uploadObject(
resourceId: any, resourceId: any,
path: any, path: any,
mimetype: any,
data: any, data: any,
thenHandler: any = apiConnectionBasic.defaultThenHandler, thenHandler: any = apiConnectionBasic.defaultThenHandler,
catchHandler: any = apiConnectionBasic.defaultOnCatch catchHandler: any = apiConnectionBasic.defaultOnCatch
...@@ -70,7 +69,7 @@ export class BlobApi { ...@@ -70,7 +69,7 @@ export class BlobApi {
method: 'PUT', method: 'PUT',
url: getBlobApiUrl() + resourceId + '/' + apiConnectionBasic.preparePath(path), url: getBlobApiUrl() + resourceId + '/' + apiConnectionBasic.preparePath(path),
headers: { headers: {
'Content-Type': mimetype 'Content-Type': 'multipart/form-data'
}, },
data data
}) })
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment