![]() |
Image uploading problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Image uploading problem (/showthread.php?tid=40469) |
Image uploading problem - El Forum - 04-09-2011 [eluser]Aniket Pant[/eluser] I am having a problem, basically, my page contains a few fields along with one field where i mention use the form_upload(). I wish to upload the image and then store it in my database. Someone please help me with this. Image uploading problem - El Forum - 04-09-2011 [eluser]InsiteFX[/eluser] Do not store images in the database instead store the filename in the database! InsiteFX Image uploading problem - El Forum - 04-09-2011 [eluser]Aniket Pant[/eluser] That's fine... But i wish to know, the procedure. Can you tell me how to go about it? |