HTML_QuickForm_file::isUploadedFile()
HTML_QuickForm_file::isUploadedFile() – Checks if the element contains an uploaded file
Synopsis
require_once 'HTML/QuickForm/file.php';
bool HTML_QuickForm_file::isUploadedFile (
)
Description
This package is not documented yet.
Return value
returns true if file has been uploaded, false otherwise
Throws
throws no exceptions thrown
Note
This function can not be called statically.