Constructor: inputFileBig
Assigns a big file (over 10 MB in size), saved in part using the method upload.saveBigFilePart.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Random file id, created by the client |
parts | int | Yes | Number of parts saved |
name | string | Yes | Full file name |
Type: InputFile
Example:
$inputFileBig = ['_' => 'inputFileBig', 'id' => long, 'parts' => int, 'name' => 'string'];