Hi I am moving the uploaded files from my server into data base.Before uploading them in database i want to compress them as size of uploaded files are very large. Is there some functions in PHP that do the same. Thanks
I saw a gzip class a while ago. Had so many errors, I gave up on it.
Short answer is, i don't know of any (working) PHP classes (or functions) to compress files.