upload 2 images at once in codeigniter
Posted
by sonill
on Stack Overflow
See other posts from Stack Overflow
or by sonill
Published on 2010-05-16T06:26:59Z
Indexed on
2010/05/16
6:30 UTC
Read the original article
Hit count: 148
can anyone plz provide me a simple working code snippet of codeigniter for uploading 2 images at once (through 2 different input field ofcourse). I need 2 images to be uploaded at once, or one after another. and both of the images need to be in different location.
I tried to make it myself by calling upload function twice but it returned last images with these extentions: *.jpg.jpg.
can anyone help
© Stack Overflow or respective owner