Add primitive file uploading for testing

This commit is contained in:
František Kmječ
2021-01-22 21:17:14 +01:00
parent 697165fb63
commit 3dee27732c
4 changed files with 29 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<html>
<body>
<form action = "http://localhost:5000/validator" method = "POST"
enctype = "multipart/form-data">
<input type = "file" name = "file" /> <!-- TODO hláška-->
<input type = "submit"/>
</form>
</body>
</html>