| 1 : |
tmcnulty
|
1.1
|
<html> |
| 2 : |
|
|
<head> |
| 3 : |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 4 : |
|
|
<title></title> |
| 5 : |
|
|
</head> |
| 6 : |
|
|
<body> |
| 7 : |
|
|
<form enctype="multipart/form-data" action="?" method="post"> |
| 8 : |
|
|
<p> |
| 9 : |
|
|
host: <input type="text" name="host"/><br> |
| 10 : |
|
|
passwd: <input type="password" name="passwd"/><br> |
| 11 : |
|
|
filetype: <input type="text" name="filetype"/><br> |
| 12 : |
|
|
version: <input type="text" name="version"/><br> |
| 13 : |
|
|
md5sum: <input type="text" name="md5sum"/><br> |
| 14 : |
|
|
file: <input name="file" type="file"/><br> |
| 15 : |
|
|
<input type="submit" value="upload"/> |
| 16 : |
|
|
</p> |
| 17 : |
|
|
</form> |
| 18 : |
|
|
</body> |
| 19 : |
|
|
</html> |