big update lol

This commit is contained in:
2025-03-22 13:58:12 +01:00
parent 8f6eaa8b63
commit 94f8dfe6fd
4 changed files with 60 additions and 10 deletions

View File

@@ -6,6 +6,9 @@
<title>Filehosting Panel</title>
</head>
<body>
<form action="./upload" method="post" enctype="multipart/form-data">
<input type="file" name="file"/>
<input type="submit" value="Upload">
</form>
</body>
</html>
</html>