upload.html 286 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title>POST test</title>
  4. </head>
  5. <body>
  6. <form action='http://localhost/luasocket-cgi-bin/cat-stdin' enctype='multipart/form-data' method=POST>
  7. <center>
  8. <input type="file" name="attach">
  9. <p>
  10. <input type=submit name=sendmail value="send">
  11. </center>
  12. </form>
  13. </body>
  14. </html>