Image upload to mysql database |
I think you will upload the selected file to your webservers upload directory and not store the data as blob into your database.
To handle the upload you have to follow the steps described here: http://www.codeigniter.com/userguide3/li...ading.html |
Messages In This Thread |
Image upload to mysql database - by vidhyaprakash85 - 02-18-2015, 07:25 PM
RE: Image upload to mysql database - by vidhyaprakash85 - 02-19-2015, 10:57 AM
RE: Image upload to mysql database - by Rufnex - 02-20-2015, 03:01 AM
RE: Image upload to mysql database - by vidhyaprakash85 - 02-20-2015, 05:51 AM
|