I want to insert file in database how can i do it with codeigniter... Please note I don't want to store the path of the image. How can I store the image directly in the database?
Controller
class UserController extendes CI_Controller{
}
Model
class User extends CI_Model{
}