Closed ghost closed 3 years ago
Do you have an example ZIP that I could use to reproduce this?
Sorry, didn't have any better examples that I had on me
I don't think it's the issue with it not supporting PNG files because I tried on different ZIP file and can't reproduce it like what happened on this example
That particular ZIP file had something abnormal with its headers and was failing because I had the ZIP opening code performing stricter checks. I turned off the strict checks, and the ZIP file now loads as expected.
Opening a ZIP file with bunch of PNGs doesn't work but JPGs do