aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/00-Anwendungen-Beispiele-Uebungen/kapitel04/upload.htm

18 lines
305 B
HTML
Raw Normal View History

2022-02-23 22:44:33 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Datei-Upload</title>
</head>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
Datei: <input name="datei" type="file">
<input type="submit" value="Upload">
</form>
</body>
</html>