Prev: Newbie question
Next: Feliz Natal - Merry Christmas
From: John Martens on 21 Dec 2009 13:50 I'm using ZIP compression (with FabZip) but I'm asked to send files compressed with GZip. Did anyone make a function to zip to GZip ?
From: Geoff Schaller on 21 Dec 2009 15:44 Resist. Honestly, in this day and age it is just puerile to start specifying formats like that. Ask them to stick to standards or they going to pay you extra? <g> Geoff "John Martens" <adsl672100(a)tiscali.nl> wrote in message news:4b2fc35e$0$28169$5fc3050(a)news.tiscali.nl: > I'm using ZIP compression (with FabZip) but I'm asked to send files > compressed with GZip. > > Did anyone make a function to zip to GZip ?
From: John Martens on 21 Dec 2009 16:09 Geoff, The file that I want to send is going to be unpacked by PHP. PHP seems to have GZip compression by default and not the regular ZIP. John Op 21-12-2009 21:44, Geoff Schaller schreef: > Resist. > > Honestly, in this day and age it is just puerile to start specifying > formats like that. Ask them to stick to standards or they going to pay > you extra? <g> > > Geoff > > > > "John Martens" <adsl672100(a)tiscali.nl> wrote in message > news:4b2fc35e$0$28169$5fc3050(a)news.tiscali.nl: > >> I'm using ZIP compression (with FabZip) but I'm asked to send files >> compressed with GZip. >> >> Did anyone make a function to zip to GZip ? >
From: a.nederpelt on 21 Dec 2009 16:55 download gzip at: http://www.gzip.org/ Simply. or use www.xceed.com xceedzip.dll via API. I have a class for that, but you need to buy a license.... Alwin
From: Geoff Schaller on 21 Dec 2009 18:16
Hmmm... well then you are constrained to purchasing a control. "John Martens" <adsl672100(a)tiscali.nl> wrote in message news:4b2fe402$0$28150$5fc3050(a)news.tiscali.nl: > Geoff, > > The file that I want to send is going to be unpacked by PHP. > PHP seems to have GZip compression by default and not the regular ZIP. > > John > > > Op 21-12-2009 21:44, Geoff Schaller schreef: > > > Resist. > > > > Honestly, in this day and age it is just puerile to start specifying > > formats like that. Ask them to stick to standards or they going to pay > > you extra? <g> > > > > Geoff > > > > > > > > "John Martens" <adsl672100(a)tiscali.nl> wrote in message > > news:4b2fc35e$0$28169$5fc3050(a)news.tiscali.nl: > > > > >> I'm using ZIP compression (with FabZip) but I'm asked to send files > >> compressed with GZip. > >> > >> Did anyone make a function to zip to GZip ? > > > |