- Fri Dec 05, 2014 1:01 pm
#4064
will be great to have web user interface for connecting to WiFi network.
trying to make it like
Code: Select all <!DOCTYPE html>
<html>
<body>
<form action="wifi.html">
First name:<br>
<input type="text" name="SSID" value="Mickey">
<br>
Last name:<br>
<input type="text" name="PASS" value="Mouse">
<br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
how to read user input?
Code: Select allif string.match(s, "wifi.html") == "wifi.html" then
conn:send(s)
end
may be some one has done user interface and i trying to "make bicycle".
UPDATE:
And would like to have universal settings for upload URL.
not sure what can handle this.
hard for me to parse and extract 3 necessary variables: host ,page , value