Ld75 commited on
Commit
27a3cad
·
1 Parent(s): 4a827b9

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
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">
3
+ <input type="file" name="file" enctype="multipart/form-data">>
4
  <input type="submit" value="ok">
5
  </form>
6
  </html>