Example #1
0
 /**
  * Save chunk
  *
  * @return bool
  */
 public function saveChunk()
 {
     $file = $this->request->getFile();
     return $this->_move_uploaded_file($file['tmp_name'], $this->getChunkPath($this->request->getCurrentChunkNumber()));
 }