mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
add remote building script support
This commit is contained in:
11
apps/views/default/index/testrq.ls
Normal file
11
apps/views/default/index/testrq.ls
Normal file
@ -0,0 +1,11 @@
|
||||
<?lua
|
||||
echo(JSON.encode(REQUEST))
|
||||
?>
|
||||
<form action="https://apps.localhost:9192/index/testrq" enctype="multipart/form-data" method="post">
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
First name:<br>
|
||||
<input type="text" name="firstname" value="Mickey"><br>
|
||||
Last name:<br>
|
||||
<input type="text" name="lastname" value="Mouse"><br><br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
Reference in New Issue
Block a user