mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 22:38:21 +01:00
16 lines
286 B
HTML
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>
|