media.completeMultiPartUpload

Syntax

ARRAY media.completeMultiPartUpload ( INT vhost, INT id, mixed filesize = 0 )

Argument Info

NameTypeRequiredDefault valueDescription
vhostINTRequirednoneThe vhost ID.
idINTRequirednoneThe media id returned from createMultiPartUpload method.
filesizemixedOptional0

Response

This will make the upload as completed, and begin the transcoding process.

NameTypeDescriptionDefault Values
resultARRAYThis will return an array containing all the current data about the media uploaded.. string
statusBOOLWill return false, if there is a failure, otherwise true. boolean
causeSTRINGWill only return in the event of a failure with the reason. string

Return Values

FieldDescriptionPossible Values