The custom uploader is a great feature but it does’nt seem to work for me. When i try to upload an image i get an error
” Error uploading file(filename.jpg)!
Undefined “
I want to add the images to the database so i have made changes in the file ‘application/config/uploads_manager.php’
$config['custom_uploader_destination'] = 'database';Could you please help me get this to work.
Thanks in advance.