summaryrefslogtreecommitdiff
path: root/ThirdParty/luasocket/test/upload.html
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-20 13:40:34 +0800
committerchai <chaifix@163.com>2021-10-20 13:40:34 +0800
commitff0f488c97fe8b554b909a0057cebc4c860eac8f (patch)
tree4e47262b52ffce7e9cfeaaeeab46371243bcaa78 /ThirdParty/luasocket/test/upload.html
parentdde719dd575090b36aaa3ad85bb3cabf33f36c5a (diff)
+luasocket src
Diffstat (limited to 'ThirdParty/luasocket/test/upload.html')
-rw-r--r--ThirdParty/luasocket/test/upload.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/ThirdParty/luasocket/test/upload.html b/ThirdParty/luasocket/test/upload.html
new file mode 100644
index 0000000..b4674a8
--- /dev/null
+++ b/ThirdParty/luasocket/test/upload.html
@@ -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>