Question
cfzip tag to read files without unzipping
I'm getting an error when trying to use the read action on a
zip file. I can use the list action to get a list of the file names
within the zip file. But, then I can't read a file using the read
action. Anyone see what I'm doing wrong?
Here's the error message:
Exception encountered while reading the file D:\site\testSite\test\test.zip.
Ensure that the file is a valid zip file and it is accessible. Cause : java.util.zip.ZipException: ZIP_Read: specified offset out of range
And, here's the code:
Here's the error message:
Exception encountered while reading the file D:\site\testSite\test\test.zip.
Ensure that the file is a valid zip file and it is accessible. Cause : java.util.zip.ZipException: ZIP_Read: specified offset out of range
And, here's the code:
