I am new user to using code igniter in my project, I am facing one problem while uploading multiple files but the last one only insert to all image three images field.
The problem is with the following line of code:
//1
//2
//3
These all three have same name.
To solve this there are two ways:
Give diff name to all 3 input type file
Make a single input type file with its multiple file selection true and its name must be an array like:
Make the following changes and try again.