I need to make a system to generate photo gallery, how to multi-upload in CodeIgniter?
I need to make a system to generate photo gallery, how to multi-upload in CodeIgniter?
To perform multiple uploads on Codeigniter you should use a library that gives your application its peculiarity.
Already for the uploads of the files follows the framework specification link. link
By downloading SWFUpload (SWFUpload v2.2.0.1 Samples.zip), in the demos directory, you will find the example with an upload.php file. In this file is where the changes will be made so that the same makes the process of upload using the framework.
[RECOMMEND]
However, with the advent of HTML5, using a library became optional.