Constructor: upload.cdnFile
Represent a chunk of a CDN file.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bytes | bytes | Yes | The data |
Type: upload.CdnFile
Example:
$upload_cdnFile = ['_' => 'upload.cdnFile', 'bytes' => 'bytes'];
Represent a chunk of a CDN file.
Name | Type | Required | Description |
---|---|---|---|
bytes | bytes | Yes | The data |
$upload_cdnFile = ['_' => 'upload.cdnFile', 'bytes' => 'bytes'];