public function Request::getCurrentChunkSize in One Click Upload 7.2
Get current uploaded chunk size
Return value
int|null
Overrides RequestInterface::getCurrentChunkSize
File
- flowphp/
src/ Flow/ Request.php, line 128
Class
Namespace
FlowCode
public function getCurrentChunkSize() {
return $this
->getParam('flowCurrentChunkSize');
}