Hi,
I've written a DHTML application (a loan application) that will use a *.dll to do validation, etc. on the fields in the webpages. At the end, the end user clicks on submit, and a module will dump all the values of the fields out to a comma-delimited text file.

However, I need to get the text file back to the server. I can create a text file on the client machine using FileSystemObject (which doesn't help) and the only other information I can find is on RDS (Remote Data Service) but that is for accessing databases remotely.

Any ideas how I can accomplish this and salvage the code I've already written? (I know now that I should have done all this thru ASP, but I just learned that not too long ago...)

Thanks in advance for your help.
Stew