26 lines
664 B
Plaintext
26 lines
664 B
Plaintext
<html>
|
|
<head>
|
|
<title>
|
|
pipppppoo
|
|
</title>
|
|
</head>
|
|
<body>
|
|
|
|
<!--form action="http://10.12.7.66:7001/receive" method="post"-->
|
|
<!--form action="http://10.6.19.106:7200/receive" method="post"-->
|
|
<!--form action="http://10.12.7.220:8080/receive" method="post"-->
|
|
<form action="http://localhost:8080/receive" method="post">
|
|
|
|
<br>Filexml<br>
|
|
<textarea name="filexml" cols="50" rows="20"></textarea><br>
|
|
<!--input type="textbox" name="filexml" value=''-->
|
|
<br>Nome file<br>
|
|
<input type="text" name="filename" value="OPIV20020624120600TIMG02030"><br>
|
|
<br>Tipo file<br>
|
|
<input type="text" name="tipofile" value="1"><br>
|
|
<input type="submit"><br>
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|