I am new in codeigniter, even in PHP.
I want to upload a zipped folder which may contain the module of CMS including sub directories .On other hand I have to unzip the folder at server side.
Is there any way to accomplish this task?
I am new in codeigniter, even in PHP. I want to upload a zipped
Share
I’ve ever tried to upload & unzip the uploaded zip file (that contain XML file), unzip it & extract the XML data on the server side.
I used CodeIgniter-Unzip library to unzip the uploaded zip file, it’s easy to use. Here is the source
CodeIgniter-Unzip
Hope it helps 🙂