The selectFile input type is "just" a
special kind of a select - but how handful it is!
Selecting files on the webserver for site configuration
purposes has never been easier!
Below are the dumps of some PHP variables - submit the form to see the changes!
Contents of the $_POST array:
$_POST = array (
)
Results of a $clonefish->getElementValues() call: array ( 'selectfile1' => NULL, 'selectfile2' => NULL, 'selectfile3' => NULL, 'id' => 'selectfile', )