How to download files from a web server

Chipp Walters chipp at chipp.com
Thu Jan 5 16:37:14 EST 2006


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




More information about the use-livecode mailing list