POST
method
uploads
The _URL_ should point to a PHP file. The MAX_FILE_SIZE hidden
field must precede the file input field and its value is the
maximum filesize accepted. The value is in bytes.
-
$_FILES['userfile']['name']
-
-
$_FILES['userfile']['type']
-
-
$_FILES['userfile']['size']
-
-
$_FILES['userfile']['tmp_name']
-
-
$_FILES['userfile']['error']
-