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:[email protected]/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. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
