How to download files from a web server

Bill Vlahos bvlahos at mac.com
Thu Jan 5 23:57:35 EST 2006


Oh that is so cool. I couldn't image it would be that simple. I should 
have just tried it.

Thanks Chipp.

-Bill

On Jan 5, 2006, at 1:37 PM, Chipp Walters wrote:

> Hi Bill,
>
> you can do the same:
>
> put "C:/test.jpg" into tPath
> put URL ("http://www.myserver.com/myBinFile") into URL ("binFile:" & 
> tPath)
>
> -Chipp
>
> Bill Vlahos wrote:
>> I have an app that I am setting up with a standalone that  
>> automatically downloads a stack from a web server (go stack url  
>> "http://server/path/stack.rev") and that works great so that all I  
>> have to do is put the current stack on the server and everyone gets  
>> automatically updated the next time they run the standalone.
>> However, there are some other supporting files that periodically get  
>> updated as well which I would like to do a similar download but those 
>>  files actually need to located on the user's hard disk.
>> How would I do that?
>> Bill Vlahos
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list