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 like

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

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 I wrote a java CFX tag that does exactly

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 command line

Creating ZIP archives

2002-01-07 Thread Nick Texidor
Hi, I have a requirement to zip up some image files together and FTP them to another server. The FTP bit is easy, but I'm wondering if anyone knows how (or whether there are any modules) that will create a ZIP file. Thanks Nick -- Nick Texidor

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

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 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 Jon Hall
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 zip up some image files together and FTP them to another server. The FTP bit is easy, but I'm wondering if anyone knows how (or whether

RE: Creating ZIP archives

2002-01-07 Thread Alex
]] Sent: Tuesday, 8 January 2002 9:39 AM To: CF-Talk Subject: Creating ZIP archives Hi, I have a requirement to zip up some image files together and FTP them to another server. The FTP bit is easy, but I'm wondering if anyone knows h ow (or whether there are any modules) that will create

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 zip up