noalyss
Version-9
html
upload.php
Go to the documentation of this file.
1
<?php
2
3
var_dump($_FILES);
4
?>
5
6
<form enctype=
"multipart/form-data"
method=
"POST"
action=
"upload.php"
>
7
<input
type
=
"HIDDEN"
name
=
"MAX_FILE_SIZE"
value
=
"30720"
>
8
9
<input
type
=
"FILE"
name
=
"upload"
>
10
<input
type
=
"SUBMIT"
value
=
"SAUVER"
>
11
</form>
value
$q value
Definition:
ajax_add_concerned_card.php:59
name
$from_poste name
Definition:
balance.inc.php:163
type
$input_from type
Definition:
balance.inc.php:65