You are here

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

Request

Namespace

Flow

Code

public function getTotalChunks() {
  return $this
    ->getParam('flowTotalChunks');
}