add simple upload

This commit is contained in:
Yannik Schmidt
2021-07-22 16:50:11 +02:00
parent 3fe17b4743
commit d76f7ca169
3 changed files with 38 additions and 5 deletions

9
templates/upload.html Normal file
View File

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