hi,
i need to save form data to a non-db file, and be able to retrieve info
after. What do you think the best way to do this is?
It's a registration form and the data must be stored in a file.
suggestions appreciated
thanks
morc
raavi - 02 Feb 2006 04:07 GMT
Hi
why can't u use a jsp page to enter input.Then write the input into
some file .if the absolute path of file is used during file creation ,u
can retrieve the file also.