File transferring

Marielle Lange mlange at widged.com
Sat Mar 3 13:13:49 EST 2007


> "put url to url"

In case this is not a typo, note that the correct syntax is
put URL ("file:" & tPath) into URL tURL
put URL tURL into URL ("file:" & tPath)

where tURL is  something like "http://my.domain.com/folder/file.ext"  
and tPath is something like "/Users/myname/folder/file.ext" (on a  
mac) or "c:/folder/file.ext" (on a pc -- well I leave pc users  
correct me on this)

Marielle





More information about the use-livecode mailing list