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 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
