House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / Ajax

Ajax and gzip

Author:
Anders Viklund
08/05/2008 10:08 AM

Hi, I am trying to get the contents of a gzip file located on the server. This code only prints the binary content of the file. var msgUrl = "../messages/"+compressedMessage+".gz"; objXml.open("GET",msgUrl,false); objXml.send(null); alert(objXml.responseText); Any ideas how to get this working? Thanks!


Search ajax

February 11, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29