looking for class / script to upload ziped images / unzip ..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

looking for class / script to upload ziped images / unzip ..

Post by spamyboy »

I need basicly that client would be able to upload ziped file and script would extract all zipped content with jpeg extension to # dir and list array files names that were in it. Anyone has ever made such think ? If so pleas give some tuts how.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Zip File Functions may be a good place to start.
User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

Post by spamyboy »

Oh, thanks, I didnt realy realised that such think exsist.
Post Reply