"Catherine Jones" wrote...
We were working on opening a
selected text file at client site and inputing the content.
I *believe* you'll find that the FileSystem object is only server side,
therefore you will not be able to use this to open the document on the
client.
In this scenario you would need to be able to send the file to the server
first (file upload), and then read it in using the FileSystem object
afterwards..
I may have not fully understood what you were trying to do - so my
appologies if so...
Regards
Rob