Store Image path into DB |
[eluser]NotDior[/eluser]
Check out the documentation for the file uploader class (assuming that's what your using). $this->upload->data() - will give you an array of file information your looking for and you can pass to your model. http://ellislab.com/codeigniter/user-gui...ading.html |
Messages In This Thread |
Store Image path into DB - by El Forum - 06-14-2012, 03:15 AM
Store Image path into DB - by El Forum - 06-14-2012, 07:45 AM
Store Image path into DB - by El Forum - 06-14-2012, 08:21 AM
Store Image path into DB - by El Forum - 06-18-2012, 01:04 PM
Store Image path into DB - by El Forum - 06-23-2012, 02:37 AM
|