You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SAE_2A_FA-Reseau_ALICA/php/templates/testImage.html

21 lines
372 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test Img</title>
</head>
<body>
<form name="form" action="index.php?action=publierOffre" method="post" enctype="multipart/form-data">
<label>Image:</label>
<input type="file" name="image" id="image">
<input type="submit" value="Publier L'annonce" name="submit">
</form>
</body>
</html>