How to upload multi images to Codeigniter?

Asked

Viewed 1,666 times

-5

I need to make a system to generate photo gallery, how to multi upload in Codeigniter?

  • 3

    What have you tried?

  • If the author can elaborate the problem better, I vote to reopen.

1 answer

2

To perform multiple uploads in Codeigniter you must use a library that provides your application with this peculiarity.

I recommend the Swfupload https://code.google.com/p/swfupload/

As for the uploads of the files follows the link of the specification of the framework http://ellislab.com/codeigniter/user-guide/libraries/file_uploading.html

When lowering the Swfupload (Swfupload v2.2.0.1 Samples.zip), in the demos directory, you will find the example with an upload.php file. This file is where the changes will be made to make the upload process using the framework.

[RECOMMEND]

However, with the advent of HTML5, the use of a library became optional.

Example of multiple uploads with Html5 http://demos.9lessons.info/multiupload/index.php

Browser other questions tagged

You are not signed in. Login or sign up in order to post.