Creating zip files on the fly without CreateObject

2004-11-24 Thread Marco Antonio C. Santos
Hi all how to create zip files on the fly with CF and without use CreateObject statement? CFX_Zip could be an option but your price is proibitive... what you suggest? Cheers Win2K3 CFMX 6.1 ~| Special thanks to the CF

Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Keith Gaughan
Marco Antonio C. Santos wrote: Hi all how to create zip files on the fly with CF and without use CreateObject statement? CFX_Zip could be an option but your price is proibitive... what you suggest? You could write your own. The ZipBrowser example tag could serve as the basis for a tag like

Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Keith Gaughan
Marco Antonio C. Santos wrote: Hi all how to create zip files on the fly with CF and without use CreateObject statement? CFX_Zip could be an option but your price is proibitive... what you suggest? Or, seeing as Dan is after giving me a kick and reminding me that there are alternatives,

Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Lewis Sellers
how to create zip files on the fly with CF and without use CreateObject statement? CFX_Zip could be an option but your price is proibitive... what you suggest? Or, seeing as Dan is after giving me a kick and reminding me that there are alternatives, you might want to take a look at CFX_JZip:

Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Greg Morphis
I use cfexecute and gzip on one of my apps dump the little exe out there and call it.. On Wed, 24 Nov 2004 12:53:16 -0500, Lewis Sellers [EMAIL PROTECTED] wrote: how to create zip files on the fly with CF and without use CreateObject statement? CFX_Zip could be an option but your price is

Re: Creating zip files on the fly without CreateObject

2004-11-24 Thread Al Everett
You might want to look into this CFC: http://www.webclarity.com/developers/zip.cfm --- Marco Antonio C. Santos [EMAIL PROTECTED] wrote: how to create zip files on the fly with CF and without use CreateObject statement? CFX_Zip could be an option but your price is proibitive... what you

RE: Creating zip files on the fly without CreateObject

2004-11-24 Thread Dawson, Michael
I use cfexecute and gzip on one of my apps dump the little exe out there and call it.. This is what I use and it works great! ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net