1
0
mirror of https://github.com/lunarmodules/luasocket.git synced 2025-02-12 15:02:53 +01:00
2003-03-21 23:49:18 +00:00

16 lines
286 B
HTML

<html>
<head>
<title>POST test</title>
</head>
<body>
<form action='http://localhost/luasocket-cgi-bin/cat-stdin' enctype='multipart/form-data' method=POST>
<center>
<input type="file" name="attach">
<p>
<input type=submit name=sendmail value="send">
</center>
</form>
</body>
</html>