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,

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

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:

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