| uploadToken:upload | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Upload a file using the upload token id, returns an error on failure (an exception will be thrown when using one of the Kaltura clients) |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| uploadTokenId | string | V | |||
| fileData | file | V | |||
| resume | bool | ||||
| finalChunk | bool | 1 | |||
| resumeAt | float | -1 | |||
| Output Type | |||||
| KalturaUploadToken | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=uploadToken&action=upload POST fields: uploadTokenId fileData resume finalChunk resumeAt |
|||||