I'm trying to use zip.cfc to extract an archive in CF8.  I'm getting the error:
"Object Instantiation Exception." with the code:

ioInput.init(arguments.gzipFilePath);

ioInput is declared as: ioInput =
CreateObject("java","java.io.FileInputStream");

The file being saved is there, and the extraction path contains the
file in the archive but it is locked and empty.

So, two questions - first (and most obvious) do I need to use the CFC
or can I use CFZip (no reference on QuickDocs about extracting GZip
files)?  Alternately, has anyone gotten GZip extraction working in
CF8?

Thanks!
Hatton

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to