This documentation is for the old version. Go to the latest Upload Suite docs

UploadHandler.UploadCacheDirectory Property

Gets or sets a path to the folder where UploadHandler saves the upload session cache.

Syntax

PHP
public function getUploadCacheDirectory() {
}

public function setUploadCacheDirectory($value) {
}

Property Value

Type: string

The path to the folder where UploadHandler saves the upload session cache.

See Also

Reference