WIKINDX METHODS
Method:
fileUpload()
Class:
FORM
Method Call:
include_once("core/html/FORM.php");
STRING FORM::fileUpload(STRING: $label, STRING: $name, [INT: $size]);
Description:
Returns a form input element of type file with name=$name and value=$value. $size = 20 by default. It should be
used with formMultiHeader().
Usage:
$label is printed a line above the text field. To not print $label, set it to FALSE.
WIKINDX home
WIKINDX usage
WIKINDX classes