RE: Creating ZIP archives

2002-01-08 Thread Jeff Sarsoun
Assuming cfexecute isn't disabled. That's how the tag came into being. JS -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 3:40 PM To: CF-Talk Subject: Re: Creating ZIP archives Alternately, you can use CFExecute and a co

Re: Creating ZIP archives

2002-01-08 Thread Billy Cravens
Alternately, you can use CFExecute and a command line program like PKZip. - Original Message - From: "Jeff Sarsoun" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 2:21 PM Subject: RE: Creating ZIP archives &g

RE: Creating ZIP archives

2002-01-08 Thread Jeff Sarsoun
I wrote a java CFX tag that does exactly this. Email me off list if you would like try it. JS -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 6:39 PM To: CF-Talk Subject: Creating ZIP archives Hi, I have a requirement to zip up some ima

RE: Creating ZIP archives

2002-01-08 Thread Andrew Scott
Or better still it's described in Bens books (The green one from memory) with code on how you can do it! -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 January 2002 4:17 PM To: CF-Talk Subject: Re: Creating ZIP archives cfx_zip, or something

Re: Creating ZIP archives

2002-01-07 Thread Steven Dworman
cfx_zip, or something like that. check out the developers exchange on allaire's site. - Original Message - From: "Nick Texidor" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 6:39 PM Subject: Creating ZIP archives > Hi, > > I have a requirement to

RE: Creating ZIP archives

2002-01-07 Thread Alex
cfexecute and run a commandline zip,gzip,or pkzip On Tue, 8 Jan 2002, Darryl Lyons wrote: > There's number of CFX tags on http://devex.allaire.com/developer/gallery/ > that will do this (one is even free I believe). > > -Original Message- > From: Nick Texidor [mailto:[EMAIL PROTECTED]]

Re: Creating ZIP archives

2002-01-07 Thread Jon Hall
I've used Ben's cfx tag and it works well. You could also roll your own if you want with cfobject and using the java.util.zip package, or a zip COM object. I'd probably do this just for the challenge though, as Ben's tag is easy to use and cheap. jon - Original Message - From: "Nick Texid

Re: Creating ZIP archives

2002-01-07 Thread Jim McAtee
I assume this on a Windows installation. If so, one way to do this is with cfexecute and a command-line interface to WinZip. Jim - Original Message - From: "Nick Texidor" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 4:39 PM Subject: Creating ZIP

RE: Creating ZIP archives

2002-01-07 Thread Joseph DeVore
Ben Forta's CFX tag works great: http://www.cfxtras.com/SalesComponentDetail.cfx?componentid=23 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:39 PM To: CF-Talk Subject: Creating ZIP archives

RE: Creating ZIP archives

2002-01-07 Thread Darryl Lyons
There's number of CFX tags on http://devex.allaire.com/developer/gallery/ that will do this (one is even free I believe). -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 January 2002 9:39 AM To: CF-Talk Subject: Creating ZIP archives Hi, I have a req