RE: CFMX Zip Tag

2003-02-17 Thread Mike Townend
Afaik, Ben has updated the CFX_Zip tag to copy with MX, I *believe* tho that
you can do zip file access with the jvm that's running MX... Altho I cant
find the link on Macromedia site at the mo


-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 17, 2003 18:21
To: CF-Talk
Subject: CFMX Zip Tag


Does anybody have a zip tag that works with CFMX?

I have not been able to get the following to work:
Ben's CFX_Zip eval
JCompress 
freezip

thanks 
Justin

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMX Zip Tag

2003-02-17 Thread jon hall
Yeah via java.util.zip.
http://java.sun.com/j2se/1.3/docs/api/java/util/zip/package-summary.html

If someone was looking to get your feet wet calling java from cf,
decompressing a zip with java.util.zip would be a good place to start
imo. The solution is very simple.
The code was was actually posted to the list a few months back...

Of course you need access to cfobject, or use the reflection hack.
-- 
 jon
 mailto:[EMAIL PROTECTED]

Monday, February 17, 2003, 1:26:08 PM, you wrote:
MT Afaik, Ben has updated the CFX_Zip tag to copy with MX, I *believe* tho that
MT you can do zip file access with the jvm that's running MX... Altho I cant
MT find the link on Macromedia site at the mo


MT -Original Message-
MT From: Justin Hansen [mailto:[EMAIL PROTECTED]] 
MT Sent: Monday, February 17, 2003 18:21
MT To: CF-Talk
MT Subject: CFMX Zip Tag


MT Does anybody have a zip tag that works with CFMX?

MT I have not been able to get the following to work:
MT Ben's CFX_Zip eval
MT JCompress 
MT freezip

MT thanks 
MT Justin

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMX Zip Tag

2003-02-17 Thread Massimo, Tiziana e Federica
 Does anybody have a zip tag that works with CFMX?
 
http://www.cflib.org/udf.cfm?ID=744

I think Java is the way to go with CF MX

Massimo

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX Zip Tag

2003-02-17 Thread Chris Kief
Have a look at the ZipFileNew UDF at CFLib.org:

http://www.cflib.org/udf.cfm?ID=744

chris



-Original Message-
From: jon hall [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 11:29 AM
To: CF-Talk
Subject: Re: CFMX Zip Tag

Yeah via java.util.zip.
http://java.sun.com/j2se/1.3/docs/api/java/util/zip/package-summary.html

If someone was looking to get your feet wet calling java from cf,
decompressing a zip with java.util.zip would be a good place to start
imo. The solution is very simple.
The code was was actually posted to the list a few months back...

Of course you need access to cfobject, or use the reflection hack.
--
 jon
 mailto:[EMAIL PROTECTED]

Monday, February 17, 2003, 1:26:08 PM, you wrote:
MT Afaik, Ben has updated the CFX_Zip tag to copy with MX, I *believe* tho
that
MT you can do zip file access with the jvm that's running MX... Altho I
cant
MT find the link on Macromedia site at the mo


MT -Original Message-
MT From: Justin Hansen [mailto:[EMAIL PROTECTED]]
MT Sent: Monday, February 17, 2003 18:21
MT To: CF-Talk
MT Subject: CFMX Zip Tag


MT Does anybody have a zip tag that works with CFMX?

MT I have not been able to get the following to work:
MT Ben's CFX_Zip eval
MT JCompress
MT freezip

MT thanks
MT Justin


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4