> How can I create a txt-file on a server?

There's a bit of a debate as to whether one should do this or not. If you
ask me, it's unethical to save a client file directly onto a server,
regardless of whether you can.

As I mentioned last week, it's sort analogous to directly setting an object
property from outside that object.

So how do you get your data there?  The two options I know of are

* for data, POST to a cgi or other app that's waiting for the data
* for files, FTP is good because it requires login

I'd love to know of other ethical options.

> what should the "the moviePath" be set to?

You can't SET the moviePath.  Hope this doesn't blow your plans; think of it
as one less thing to worry about.

Hope this helps out
Rob

/*********************************
* 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!]

Reply via email to