Alex wrote:

> Then this has nothing to do with coldfusion. Your webserver
> handles this. IIS has compression and Apache has mod_gzip
> as a compressor.

Actually, theoretically, you *could* do this with CF.  Use CFHEADER to
return the correct Content-Encoding (or Transfer-Encodeing) header and then
a custom tag to gzip/deflate your content.  Of course, you also have to code
for the possibility that the browser may not recognize those headers.  I'm
not saying it'll be easy, but it should at least be *possible*.

-R
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to