1334aed2
root
Site lie au git
|
1
2
3
4
5
|
<form method="POST" action="reception.php" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="100000">
Fichier : <input type="file" name="fichier">
<input type="submit" value="Envoyer" name="envoyer">
</form>
|