--On Friday, June 06, 2003 15:33:01 -0700 Scott Rossi <[EMAIL PROTECTED]> wrote:
I'm looking at using the following to upload an MC stack to a server:
put "ftp://"&; tUser&":"&tPword&"@"&tHost&"/"&tFileName &"/" into tDestUrl put url ("binfile:"&tLocalFile) into url tDestUrl
Looks fine for a local file.
But if you download a stack via "go stack url xxx", how do you reference this cached stack to upload it back to the server? Is there a way to do this without saving it to the drive first?
Something like this:
put url xxx into temp go stack temp put temp into url tDestUrl
Thanks & Regards,
Scott Rossi Creative Director
Tactile Media, Multimedia & Design Email: [EMAIL PROTECTED] Web: www.tactilemedia.com
_______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
Regards, Andu Novac _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
