mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
The test directory!
This commit is contained in:
15
test/upload.html
Normal file
15
test/upload.html
Normal 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>
|
Reference in New Issue
Block a user