Skip to main content
Known Participant
February 17, 2010
Question

CFMX8 (64-bit) and GZIP

  • February 17, 2010
  • 1 reply
  • 583 views

Is there a work-around or replacement for CFX_GZIP for CFMX v8.01 64-bit version?  Developers report the error coldfusion.tagext.DerivedNativeCFXException.

    This topic has been closed for replies.

    1 reply

    Inspiring
    February 21, 2010

    Do you specifically need to GZip stuff, or just zip it?  <cfzip> will zip files up.

    Failing that, Java does this sort of thing out of the box:

    http://java.sun.com/javase/6/docs/api/java/util/zip/GZIPOutputStream.html

    --

    Adam