Muhammad_104 0 Newbie Poster

anybody can help me??, if the structure form like this.
<input type="file" name="image_1"> <input type="file" name="image_2"> <input type="file" name="image_3"> <input type="file" name="image_4">
i want to upload multiple image with a single action to codeigniter and save it to database,

my database

table image
coloum : image_1, image_2, image_3, image_4,