-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
18 lines (18 loc) · 815 Bytes
/
test.html
File metadata and controls
18 lines (18 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>test</title>
</head>
<body>
<form method="post" action="http://104.236.113.108:8080/basureros/reportar/" enctype="multipart/form-data">
<input type="text" name="latitude" placeholder="latitude" />
<input type="text" name="longitude" placeholder="longitude" />
<input type="file" name="image" placeholder="latitude" accept="image/*" />
<input type="file" name="image" placeholder="latitude" accept="image/*" />
<input type="file" name="image" placeholder="latitude" accept="image/*" />
<input type="file" name="image" placeholder="latitude" accept="image/*" />
<input type="file" name="image" placeholder="latitude" accept="image/*" />
<input type="file" name="image" placeholder="latitude" accept="image/*" />
<input type="submit"/>
</form>
</body>
</html>