File "form_upload.php"
Full Path: /home/analogde/www/Bookmarks/CHESS_ON/form_upload.php
File size: 323 bytes
MIME-type: text/html
Charset: utf-8
<html>
<form method="POST" action="upload.php" enctype="multipart/form-data">
<!-- On limite le fichier à 100Ko
<input type="hidden" name="MAX_FILE_SIZE" value="100000"> -->
Fichier : <input type="file" name="avatar">
<input type="submit" name="envoyer" value="Envoyer le fichier">
</form>
</html>