> Well I'm having trouble right now with using the <cfzip> tag in CF8. > > I'm getting the following error > > The destination > c:\LocalUser\giovanniristorante.com\www\temp\Archive26.zip_EXP specified in > the cfzip tag is invalid. > > The destination must be a directory and should be accessible by this tag. > > The error occurred in > C:\LocalUser\storeFramework\admin\act\act_galleries_uploadPhotos.cfm: line 63 > Called from > C:\LocalUser\storeFramework\admin\act\act_galleries_savePhoto.cfm: line 17 > Called from C:\LocalUser\storeFramework\common\actionHandler.cfm: line 4 > Called from C:\LocalUser\storeFramework\admin\index.cfm: line 32 > > 61 : <cfzip > 62 : action = "unzip" > 63 : destination = "#theArchiveFilename#_EXP\" > 64 : file = "#theArchiveFilename#"/> > 65 :
Just like the error says, the directory doesn't exist. The DESTINATION attribute of CFZIP doesn't specify a directory to create, it specifies an existing directory within which you want to unzip the file. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317471 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

