You are here

public function MongoFile::checkChunk in One Click Upload 7.2

Check if chunk exist

Return value

bool

Overrides File::checkChunk

File

flowphp/src/Flow/Mongo/MongoFile.php, line 65

Class

MongoFile
Notes:

Namespace

Flow\Mongo

Code

public function checkChunk() {
  return $this
    ->chunkExists($this->request
    ->getCurrentChunkNumber());
}