media.completeMultiPartUpload
Syntax
ARRAY media.completeMultiPartUpload (
INT vhost,
INT id,
mixed filesize = 0 )
Argument Info
| Name | Type | Required | Default value | Description |
|---|
| vhost | INT | Required | none | The vhost ID. |
| id | INT | Required | none | The media id returned from createMultiPartUpload method. |
| filesize | mixed | Optional | 0 | |
Response
This will make the upload as completed, and begin the transcoding process.
| Name | Type | Description | Default Values |
|---|
| result | ARRAY | This will return an array containing all the current data about the media uploaded.. | string |
| status | BOOL | Will return false, if there is a failure, otherwise true. | boolean |
| cause | STRING | Will only return in the event of a failure with the reason. | string |
Return Values
| Field | Description | Possible Values |
|---|