Is there a way to write the data from a form submission to a file (lets say test.txt) on the local computer instead of sending it to the "POST" of a cgi file??
yes this is called Cookies. But you can only do it with the cookies API so that means you can only set a cookie with a certain value and retrieve that value at a later date.
I need it to write the data it would have passed onto the CGI script to a file called posting.txt on the local computer and not send to the cgi script. Is that possible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.