I am currently creating a backend for the site using the codeigniter framework, I got into a problem, I need the user to be able to upload a ZIP folder with images, when filling out the form, the ZIP folder should unzip the files, and the files need to be transferred to the folder where on the server there is a miniature version of each created image and add the file name to the database, and also, if the images are for a type of content that does not exist yet, then I need to create a directory with this type of content.
I know that Codeigniter has a loading class, but I'm not sure that it has the ability to do what I need, could I really do some advice, please?
thank
source
share