aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/13-Login-und-Datenbank/login/tests/upload.html

14 lines
279 B
HTML
Raw Normal View History

2022-03-17 11:19:26 +01:00
<!DOCTYPE html>
<html>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload Image" name="submit">
</form>
</body>
</html>