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

UploadHandler.saveFiles(string) Method

Saves uploaded files to the specified path.

Syntax

PHP
public function saveFiles($destination) {
}

Parameters

destination

Type: string

The path where uploaded files should be saved.

Remarks

The path can be both absolute (C:\Uploads) or relative (/uploads, ./uploads, ../uploads).