POST chunked_upload/commit?filename={filename}&uid={uid}
Commits the chunked upload.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
filename |
The filename of the chunked upload to be commited. |
string |
Required |
uid |
The unique identifier (if null the filename will be used). |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
The identifier and the url of the file.
UploadResponseViewModelName | Description | Type | Additional information |
---|---|---|---|
File | BaseViewModel |
None. |
|
RelatedObject | BaseViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "file": { "selfUrl": "sample string 1" }, "relatedObject": { "selfUrl": "sample string 1" } }