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 |
uploadTokenId | string | |
fileData | file | |
resume | bool | |
finalChunk | bool | |
resumeAt | int | |
Output Type | ||
type | ||
KalturaUploadToken | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=uploadtoken&action=upload POST fields: uploadTokenId fileData resume finalChunk resumeAt |