-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot unzip following zip #32
Comments
Can you post the file that you are having trouble with? |
Here you can download the file: |
When the reader reach this function
it gets -1 - "failed to read zip file". |
Seems a filesize issue. The following zip, contains two files, more then 2MB - I can unpack it. But I receive nil http://transfer.futurecom.ch/ZipArchive/test2.zip But the unziped content is correct. |
Are you solved??? |
Here is my code:
, then 'ErrorMessage: ' print "errorMessage: Failed to read zip file"... Thanks for you. |
On every platform I can unzip following file:
But with ZipArchive I don't get any file.
The text was updated successfully, but these errors were encountered: