forked from mirrors/0ad
2c167153e9
Fixes an issue on macOS Mojave that was patched in fa1c281e79.
The list of changes can be found under
build/premake/premake5/CHANGES.txt.
This was SVN commit r22021.
16 lines
286 B
HTML
16 lines
286 B
HTML
<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>
|