How to Upload and Unpack a Zip File using PHP

From the tutorial:

How to Upload and Unpack a Zip File using PHP | bavotasan.com

When you’re emailing or uploading larger files, it always makes sense to compress them first. This decreases file size and also helps avoid file corruption during transfer. The most common compressed file you will encounter is the zip file, since most operating systems come with a basic utility to quickly zip and unzip files. Creating a small function to upload a zip file to your server and unpack in the process isn’t as complicated as you might think.

~ by WPA Staff on May 27, 2010.

Leave a comment