diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 23:49:18 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 23:49:18 +0000 |
commit | 307603b24dde69eac62d2cb52123488137520c9c (patch) | |
tree | 354df8df3e45b48eb4603b1ea80928b208f3b174 /test/upload.html | |
parent | cf4d923d70992c152917cf6100753ebf0eac89d6 (diff) | |
download | luasocket-307603b24dde69eac62d2cb52123488137520c9c.tar.gz luasocket-307603b24dde69eac62d2cb52123488137520c9c.tar.bz2 luasocket-307603b24dde69eac62d2cb52123488137520c9c.zip |
The test directory!
Diffstat (limited to '')
-rw-r--r-- | test/upload.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/upload.html b/test/upload.html new file mode 100644 index 0000000..b4674a8 --- /dev/null +++ b/test/upload.html | |||
@@ -0,0 +1,15 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>POST test</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | |||
7 | <form action='http://localhost/luasocket-cgi-bin/cat-stdin' enctype='multipart/form-data' method=POST> | ||
8 | <center> | ||
9 | <input type="file" name="attach"> | ||
10 | <p> | ||
11 | <input type=submit name=sendmail value="send"> | ||
12 | </center> | ||
13 | </form> | ||
14 | </body> | ||
15 | </html> | ||