aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/13-Login-und-Datenbank/login/tests/upload.html
Müller Harald 507e5da390 muh
2022-05-13 11:53:50 +02:00

14 lines
279 B
HTML

<!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>