can i zip, make thubnails or create other files in php???
Posted: Wed Jan 07, 2004 2:39 pm
I am coding a system right now that needs to create .zip files and thubnails of some files on the fly.
1.what i mean is say there is a link like: down.php?op=download&what=file1
The file1 is a directory on the server and i want when the user clicks the link the directory is ziped and ready for downloading.
I can either upload the same dir as a zip file but i think it would be better that way
2. Say i have a screenshot of a file and i want it to be "thubnailed" in order to create a catalog. How can this be done???
Any help greatly appreciated

1.what i mean is say there is a link like: down.php?op=download&what=file1
The file1 is a directory on the server and i want when the user clicks the link the directory is ziped and ready for downloading.
I can either upload the same dir as a zip file but i think it would be better that way
2. Say i have a screenshot of a file and i want it to be "thubnailed" in order to create a catalog. How can this be done???
Any help greatly appreciated