Welcome Guest, Not a member yet? Register   Sign In
how to upload multiple file in a single form in codeigniter
#6

[eluser]RaGe10940[/eluser]
Bigil you need to have a look at this extended library :

https://github.com/stvnthomas/CodeIgniter-Multi-Upload


you are doing way to much work to upload multiple files.

Literally with this library all you have to do is :

Code:
name="file[]"

$this->upload->do_multi_upload('file');

and your done.



Messages In This Thread
how to upload multiple file in a single form in codeigniter - by El Forum - 04-10-2013, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB