We use zip files when we need to upload large projects on the server, zip files are compressed and takes less time to upload on server than unzip folder. After uploading zip file on server we need to unzip there. For this purpose control panel provide functionality to extract zip files.
Also we can do this using a php script.
unzip php script that can perform following functions.
- List out all the zip files in the same directory where php script exists.
- Can unzip zip file.
Download unzip.php, and upload " unzip.php" in your destination folder on your server or Localhost.
No comments:
Post a Comment