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

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185369
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 suggest?


=
-- 
Al Everett
[EMAIL PROTECTED]
"Madness takes its toll. Please have exact change."



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185344
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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
> >>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:
> >
> >  http://www.cftagstore.com/tags/cfxjzip.cfm
> >
> > K.
> 
> I have a vauge recollection that one of the java cfx examples included
> with CFMX might have been a showing how to use java's built in funtion
> to zip a file.  Well. Looked. It only browse them. But you could
> extension the functionality to zip as well.
> 
> --
> --Lewis Sellers (AKA min)
> Intrafoundation Software
> http://www.intrafoundation.com
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185333
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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:
> 
>  http://www.cftagstore.com/tags/cfxjzip.cfm
> 
> K.

I have a vauge recollection that one of the java cfx examples included 
with CFMX might have been a showing how to use java's built in funtion 
to zip a file.  Well. Looked. It only browse them. But you could 
extension the functionality to zip as well.


-- 
--Lewis Sellers (AKA min)
Intrafoundation Software
http://www.intrafoundation.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185331
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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, you might want to take a look at CFX_JZip:

 http://www.cftagstore.com/tags/cfxjzip.cfm

K.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185328
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 CFX_Zip. All the heavy lifting is already done
by Java's built-in libraries.

K.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185317
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54