Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<html>
|
2 |
-
<form action="/stt">
|
3 |
-
<input type="file" name="file"
|
4 |
<input type="submit" value="ok">
|
5 |
</form>
|
6 |
</html>
|
|
|
1 |
<html>
|
2 |
+
<form action="/stt" method="post" enctype="multipart/form-data">
|
3 |
+
<input type="file" name="file">
|
4 |
<input type="submit" value="ok">
|
5 |
</form>
|
6 |
</html>
|