CodeIgniter Forums
Uploading image into MySQL database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Uploading image into MySQL database (/showthread.php?tid=54627)



Uploading image into MySQL database - El Forum - 09-17-2012

[eluser]Unknown[/eluser]
I am trying to make a website that lets the admin or a user upload images. The user enters the person's name, his/her description, and uploads the image. The information to be stored in the database is the entered name, description and the URL of the image. How to use the MVC approach to do it?