Back to photostream

How to upload and extract Zip file in CodeIgniter

In CodeIgniter, there is zip library for creating a zip file but there is no library available for extracting the zip file.

 

To extract need to use ZipArchive Class.

 

Load the file and extract to a location using the ZipArchive Class object.

 

In this tutorial, I show how you can upload and extract a zip file to a specific location in CodeIgniter.

 

Read More ..

16 views
0 faves
0 comments
Uploaded on November 6, 2018