![]() |
Example for uploading file and store data - 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: Example for uploading file and store data (/showthread.php?tid=12766) |
Example for uploading file and store data - El Forum - 10-30-2008 [eluser]Unknown[/eluser] I am beginner with CI: i search an example code for uploading a file and store the filename into a db, with other data filed. Thank you in advance. Example for uploading file and store data - El Forum - 10-30-2008 [eluser]manilodisan[/eluser] Have you checked the file upload class that CI comes with? Example for uploading file and store data - El Forum - 10-30-2008 [eluser]fesweb[/eluser] First: read this entire page on the file uploading class in CI. It includes this example, and notice where I've added a comment as to where you can add your database insert/update. Code: <?php |