-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.php
More file actions
11 lines (11 loc) · 599 Bytes
/
test.php
File metadata and controls
11 lines (11 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
<form method="post" enctype="multipart/form-data" role="form" action="in.php">
<input type="file" name="file" /><br>
body <textarea type="text" name="body"></textarea><br>
method <input type="text" name="method" value="" /><br>
key <input type="text" name="key" value="" /><br>
googlekey <input type="text" name="googlekey" value="" /><br>
pageurl <input type="text" name="pageurl" value="" /><br>
json <input type="text" name="json" value="0" /><br>
header_acao <input type="text" name="header_acao" value="1" /><br>
<input type="submit" name="submit" value="Submit" />
</form>