POST chunked_upload?chunk={chunk}&uid={uid}

Uploads a supported file in chunks.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chunk

The number of the current chunk.

integer

Required

uid

The unique identifier (if null the filename will be used).

string

None.

Body Parameters

None.

Response Information

Resource Description

UploadResponseViewModel
NameDescriptionTypeAdditional information
File

BaseViewModel

None.

RelatedObject

BaseViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "file": {
    "selfUrl": "sample string 1"
  },
  "relatedObject": {
    "selfUrl": "sample string 1"
  }
}