Blocks
J. Landman Gay
jacque at hyperactivesw.com
Wed May 21 11:39:01 EDT 2003
On 5/21/03 12:01 AM, MisterX wrote:
> But I was really surprised that using the compress
> function to prepare stacks for the web just didn't work.
I use Richard Gaskin's (free and handy) "Gzipper" stack to do this. Here
is the relevant part of his code:
put url ("binfile:"&tFile)into tData
-- snip --
put compress(tData) into tData
-- snip --
put tData into url ("binfile:"&UniqueFileName(tFile))
Works fine.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the metacard
mailing list