Filestack\UploadProcessor::createParts
Take a file and separate it into parts, creating an array of parts to process.
Signature
protected function createParts(string
$api_key,
array
$metadata,
array
$upload_data )
Parameters
$api_key
—
string
- Filestack API Key
$metadata
—
array
- Metadata of file: filename, filesize,
mimetype, location
$upload_data
—
array
- filestack upload data from register
call: uri, region, upload_id
Returns
- Filestack/Filelink
- or file content
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)