Ld75 commited on
Commit
d74ec71
·
1 Parent(s): 3269c49

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -1,6 +1,6 @@
1
  <html>
2
- <form action="/stt">
3
- <input type="file" name="file" enctype="multipart/form-data">>
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>