get URL and decompress()
jbv
jbv.silences at Club-Internet.fr
Wed Sep 22 16:05:43 EDT 2004
Hi list,
I have a text file that contains compressed data
(using the compress() function).
When I open it as local file and try to decompress it,
everything's fine.
But then I try to put it on a server, and access to it as
follows :
get URL "http://www.myDomain.com/myFile.txt"
put decompress(it) into temp
and it returns an error, as content isn't recognized as
compressed data.
What did I miss ?
Thanks,
JB
More information about the use-livecode
mailing list