require_once 'HTML/QuickForm/file.php';
bool HTML_QuickForm_file::moveUploadedFile (string $dest [, string $fileName = ''])
bool HTML_QuickForm_file::moveUploadedFile
This package is not documented yet.
Destination directory path
New file name (if not given, original file name will be used).
returns true if file has been moved successfully, false otherwise.
throws no exceptions thrown
This function can not be called statically.