This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql12d/uploadformular2.php

20 lines
466 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Uploadformular</title>
</head>
<body>
<h1>Wählen Sie eine Datei zum Upload aus</h1>
<form action="dateispeichern2.php" method="post" enctype="multipart/form-data">
<input name="datei" type="file"><br>
<input name="MAX_FILE_SIZE" type="hidden" value="30000">
<input type="submit" value="Starte Upload">
</form>
</body>
</html>