Commit
·
aadb239
1
Parent(s):
83d8ca6
Upload upload.html
Browse files- upload.html +12 -0
upload.html
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
</html>
|
4 |
+
<html>
|
5 |
+
<body>
|
6 |
+
<form action = "http://localhost:5000/uploader" method = "POST"
|
7 |
+
enctype = "multipart/form-data">
|
8 |
+
<input type = "file" name = "file" />
|
9 |
+
<input type = "submit"/>
|
10 |
+
</form>
|
11 |
+
</body>
|
12 |
+
</html>
|