Steven Thomas

Results 4 comments of Steven Thomas

The uploader is set up to be a fail on first error so in your example only the first file's error can be returned. You could extend the do_multi_upload() method...

How are you setting your filename(s)? Can you post your code?

Try passing the filename through as an array - $config["file_name"] = array("{$file_name}.png"). Let me know if this helps.

That's a very good question! It's looking for an array of filenames because there's the potential for more than one file and filename. The library does fallback to the native...