S
SteMc
Hi, I'm trying to create a text file on an asp page but am having loads
of trouble.
At the minute what happens is this - I have a form with a textarea.
When the form posts, the action is to run an asp page. Inside the asp
page I want to take the text from the textarea and write it to a text
file.
var file_obj = new File("path/filename");
from here I should be able to do things like write to the file. I'm
stopped however on the above line. When I run the asp page I'm told
that File hasn't been identified. I'm not aure what to do, I'm writing
it exactly as examples show
anyone have any ideas?
I've succesfully written a text file using vbscript, but can't get the
for loop to work properly there and as that loop type is needed I can't
use vbscript either at the moment
Someone please help, its driving me mad
of trouble.
At the minute what happens is this - I have a form with a textarea.
When the form posts, the action is to run an asp page. Inside the asp
page I want to take the text from the textarea and write it to a text
file.
the following way to do this;From looking on the net and googling many many times I can only find
var file_obj = new File("path/filename");
from here I should be able to do things like write to the file. I'm
stopped however on the above line. When I run the asp page I'm told
that File hasn't been identified. I'm not aure what to do, I'm writing
it exactly as examples show
anyone have any ideas?
I've succesfully written a text file using vbscript, but can't get the
for loop to work properly there and as that loop type is needed I can't
use vbscript either at the moment
Someone please help, its driving me mad