You are here

public function Config::setTempDir in One Click Upload 7.2

Set path to temporary directory for chunks storage

Parameters

$path:

File

flowphp/src/Flow/Config.php, line 29

Class

Config

Namespace

Flow

Code

public function setTempDir($path) {
  $this->config['tempDir'] = $path;
}