upload zip then unzip to server?

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
prestonparris
Forum Newbie
Posts: 1
Joined: Mon Mar 10, 2008 6:52 pm

upload zip then unzip to server?

Post by prestonparris »

I know there is a way to do this, does anyone have any advice or tutorials that they have found to for example, take a zip of pictures , upload using a form , then unzip to a directory on the server automatically? thank you.
samb0057
Forum Commoner
Posts: 27
Joined: Wed Mar 26, 2008 9:51 am

Re: upload zip then unzip to server?

Post by samb0057 »

Use the ZipArchive class, information at php.net/zip
Post Reply