I have a form with an INPUT type=file in it.
I have another button that calls a function to exercise the oHTTP below.
I think I need to open with the path of the CGI script on the server.
What should the send have in it?
oHTTP.open("POS T", ??????????, false);
oHTTP.send(???? ??????????????? ?);
Thanks.
I have another button that calls a function to exercise the oHTTP below.
I think I need to open with the path of the CGI script on the server.
What should the send have in it?
oHTTP.open("POS T", ??????????, false);
oHTTP.send(???? ??????????????? ?);
Thanks.
Comment