Add primitive file uploading for testing
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user