Saves uploaded files to the specified path.
public function saveFiles($destination) {
}
Type: string
The path where uploaded files should be saved.The path can be both absolute (C:\Uploads) or relative (/uploads, ./uploads,
../uploads).