[eluser]Unknown[/eluser]
how to store the the images in the database and how to retrive that images from the database using codeigniter............................plz help anyone
[eluser]Harold Villacorte[/eluser]
If you have a compelling reason to do so you can convert the image file to binary data and store it as blob contents. But I do not believe Codeigniter has a feature to do this for you.