The test directory!

This commit is contained in:
Diego Nehab 2003-03-21 23:49:18 +00:00
parent cf4d923d70
commit 307603b24d
11 changed files with 6051 additions and 0 deletions

15
test/upload.html Normal file
View file

@ -0,0 +1,15 @@
<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>