stvnthomas / CodeIgniter-Multi-Upload

Multiple file upload support for CodeIgniter 2.x.
151 stars 158 forks source link

Which version? #12

Closed dmazlum closed 10 years ago

dmazlum commented 10 years ago

Hello,

I am using 2.1.4. But this library doesn't work correctly. Do you have any idea?

Thanks

josephrexme commented 10 years ago

I also use 2.1.4 and it works perfectly for me. All you have to do is drop it in your application/libraries folder. You don't even need to do a $this->load->library(). All you'll need to do in your $config[] is to do $config['files'] = ['file1', 'file2', 'file3]. You can paste your code to make me see where you may be getting it wrong