Upload the Local Cache

Scott Rossi scott at tactilemedia.com
Fri Jun 6 19:41:01 EDT 2003


>> 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 Andu.  Kind of works (I get a file of 0K in the destination URL but
I'll keep working on it).  In the meantime, the next question is, how to
save changes to the stack stored in temp before uploading?

Thanks & Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia & Design
Email: scott at tactilemedia.com
Web: www.tactilemedia.com




More information about the metacard mailing list