Answer the question
In order to leave comments, you need to log in
How to get the name of the second file?
Hello, I want to implement loading multiple images from different fields. This is how it loads
$uploaded = $this->upload->do_upload('image');
$uploaded2 = $this->upload->do_upload('image2');
$image = $this->upload->data();
$save['file'] = $image['file_name'];
Answer the question
In order to leave comments, you need to log in
return a dictionary or array of pictures, not a single picture
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question