Forum Moderators: open

Message Too Old, No Replies

Download a submitted form to text file?

         

Khemikal

4:16 pm on Jul 20, 2004 (gmt 0)

10+ Year Member



What would be the simplest way when a submit button was activated to have that info saved to a txt file on the server which could then be downloaded and easily put into excel for instance?

Thanks,

Kevin

BlobFisk

5:04 pm on Jul 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You will need to use some back end processing to do this. I is quite straighforward (for example in ASP you are using the file system object to open, write to and close the file).

You can then link to that file from you site for downloading.

HTH