Hello,
I am using your zip library to add certain pictures to a zip file, and I have the filepaths of the images in an array.
My zip file gets created and fills up, but it only fills up with empty data. Every picture is just 22kb's. I am sure that the filepath is correct, as I printed the images to the screen with that particular filepath.
Here is a link to the script part:
pastebin.com/RZCeZSjE
Here is a quick filepath:
-admin
    --modules
        ---classes
            ----zip
                -----Zip.php
-upload
    --98
        ---image.jpg
If you could explain to me what I'm doing wrong, I would really appreciate it!
Thanks,
Max