Andre's post: Rev and the Web...

Chipp Walters chipp at chipp.com
Sun Dec 28 02:25:08 EST 2008


This thread reminds me of the 'make art' button some folks want for 3D apps.
:-)
Sorry, Randall, you have to get your hands a little dirty. All the folks
here have given you the tools, but you're going to have to learn to fish if
you want to catch some.

put URL "http://www.mytesttext.txt" into tMyVar

and you can write data to an FTP server similarly as easy.

put field "Upload" into URL "ftp://me:secret@ftp.example.net/file.txt"

So, using an ftp/http server you can post and retrieve files quickly and
easily. You can control the business logic at the client if you wish. This
is the simplest sort of client/server interaction.

For P2P, you'll need to involve yourself in open socket commands.



More information about the use-livecode mailing list