I do not like installing random components unless I absolutely have to, and only on large projects. The project I am working on is small and the feature is not absolutely necessary.
I've manipulated zip archives with PHP, and which only required me to include a small 18 kb file to my project, I was wondering if there are any similiar solutions.
I am currently using PKZip in a similiar fashion, but I like your suggestion because all my users would have winzip and I wouldn't have to distribute the PKZip executable.
Is there any other solutions?
TIA