CodeIgniter-Multi-Upload icon indicating copy to clipboard operation
CodeIgniter-Multi-Upload copied to clipboard

Multiple file upload support for CodeIgniter 2.x.

Results 17 CodeIgniter-Multi-Upload issues
Sort by recently updated
recently updated
newest added

A PHP Error was encountered Severity: Runtime Notice Message: Declaration of MY_Upload::initialize($config = Array) should be compatible with CI_Upload::initialize(array $config = Array, $reset = true) Filename: libraries/MY_Upload.php Line Number: 446...

Hello, Thanks for your great work to this class. I'm quite new in CI, and try to implement your class in my project. but, i found some issues about your...

```sanitize_filename()``` method is now moved/available under CI security object

Problem: My code works fine when I select all attachments at ones but whenever I select multiple attachments one by one it only uploads the last one ignoring other files....

QUESTION :: How to insert the upload file into my database? Thanks, sorry for my bad english

A PHP Error was encountered Severity: Error Message: Call to undefined method MY_Upload::clean_file_name() Filename: libraries/MY_Upload.php Line Number: 381 ![image](https://cloud.githubusercontent.com/assets/24665257/21338810/27118758-c6ac-11e6-9d07-4aaf9df9df76.png)

I tried to upload many files and it worked perfectly but when I tried to upload like more that 50 pictures I received 500 internal server error these are the...

Thanks for this wonderful extension. But I have encountered this error and I don't know how to get rid of it. Please help out. A PHP Error was encountered Severity:...

Getting this message running Codeigniter 3.0.0 RC3 Declaration of MY_Upload::initialize() should be compatible with CI_Upload::initialize(array $config = Array, $reset = true)