public function Request::getTotalChunks in One Click Upload 7.2
Get total chunks number
Return value
int|null
Overrides RequestInterface::getTotalChunks
File
- flowphp/
src/ Flow/ Request.php, line 98
Class
Namespace
FlowCode
public function getTotalChunks() {
return $this
->getParam('flowTotalChunks');
}