Posts: 45
Location: Western New York
|
I have a form on my .asp page. It has 20 textfields for user input.
When my user fills in the fields and clicks on submit I want this .asp page to go to the server and create a new file called reading.txt
Then I want the input the user entered along with the textfields names to be written to this reading.txt file. I know how to use .asp to enter user inputs in databases and spreadsheets just not .txt files. How do I go about this?
Thanks in advance for your help!
|