> I use file IO xtra to save an external file, is it a good idea
> to save the file on the server disk?
I think I'm having deja vu.
It's not a good idea for a client to save onto a server. It's better to
post client data to a server-side cgi or something. Writing directly to a
server from a client is sort of analogous to directly setting an object's
property from outside.
For that matter, I don't think you can even save onto a remote disk using
FileIO. I'm probably wrong about that, but it's not the issue anyway.
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]