yogesh singh
yssyogesh
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.
16
views
0
faves
0
comments
Uploaded on November 6, 2018
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.
16
views
0
faves
0
comments
Uploaded on November 6, 2018