public function Config::getTempDir in One Click Upload 7.2
Get path to temporary directory for chunks storage
Return value
string
Overrides ConfigInterface::getTempDir
File
- flowphp/
src/ Flow/ Config.php, line 39
Class
Namespace
FlowCode
public function getTempDir() {
return isset($this->config['tempDir']) ? $this->config['tempDir'] : '';
}