9 lines
269 B
HTML
9 lines
269 B
HTML
<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> |