Spaces:
Sleeping
Sleeping
Update index.html
Browse files- 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>
|