Commit 0c71da51 authored by BOUAZIZ Nassim
's avatar BOUAZIZ Nassim

page upload minimaliste

parents
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Formulaire d'upload de fichiers</title>
</head>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
<h2>Upload Fichier</h2>
<label for="fileUpload">Fichier:</label>
<input type="file" name="photo" id="fileUpload">
<input type="submit" name="submit" value="Upload">
<p><strong>Note:</strong> Seuls les formats .jpg, .jpeg, .jpeg, .gif, .png sont autorisés jusqu'à une taille maximale de 5 Mo.</p>
</form>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment