You could use that, or you could use a free servlet filter with CFMX. Something like this one:
http://coldjava.hypermart.net/servlets/gzipflt.htm Spike Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -----Original Message----- > From: Steve Martin [mailto:[EMAIL PROTECTED]] > Sent: 17 December 2002 12:26 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] free Zip tags > > > I wrote a simple page gzipper once that worked pretty well > albeit from the CF level, though it wasn't happy with framed > content as I basically CFCONTENTed the gzipped page back to > the browser. Have you looked at JetNexus > http://www.metalminds.com/jnProdOview.htm. We had a trial of > it for a bit and it was pretty sweet though the price tag is > a bit steep! > > > -----Original Message----- > > From: Spike [mailto:[EMAIL PROTECTED]] > > Sent: 16 December 2002 17:43 > > To: [EMAIL PROTECTED] > > Subject: RE: [ cf-dev ] free Zip tags > > > > > > I'd also like the ability to use it as a web server filter > to zip the > > contents of a returned page request. > > > > That's something which wouldn't be quite so easy with > pkzip, but then > > again it would be a bit of a pain to write for versions of > CF prior to > > CFMX. > > > > Spike > > > > Stephen Milligan > > Team Macromedia - ColdFusion > > Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content > > Management' http://spikefu.blogspot.com > > > > > -----Original Message----- > > > From: Paul Johnston [mailto:[EMAIL PROTECTED]] > > > Sent: 16 December 2002 18:38 > > > To: [EMAIL PROTECTED] > > > Subject: RE: [ cf-dev ] free Zip tags > > > > > > > > > > > > > > Does it have to be a tag, what's wrong with executing pkzip > > > / pkunzip? > > > > > > > > G. > > > > > > > > > > Almost my point for asking the question... > > > > > > The only thing is, what exactly would a person want from this > > > tag, that they can't do with a <CFEXECUTE>? > > > > > > Paul > > > > > > > > > > > > > > > -- > > > ** Archive: > http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] For human help, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
