Erstellen der nächsten Projektversion

This commit is contained in:
2026-05-24 11:23:53 +00:00
parent 810ac71e29
commit ae0d150684
21 changed files with 1100 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
<h1>Wählen Sie eine Datei zum Upload aus</h1>
<form action="bildspeichern.php" method="post" enctype="multipart/form-data">
<input name="datei" type="file"><br>
<textarea name="zusatzinfos" cols="20" rows="5">
</textarea>
<br>
<input type="submit" value="Starte Upload">
</form>