wip: initial

This commit is contained in:
2023-06-07 12:41:06 +02:00
commit a8272393f9
10 changed files with 346 additions and 0 deletions

8
templates/upload.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<body>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="file []" multiple=""/>
<input type="submit"/>
</form>
</body>
</html>