Welcome Guest, Not a member yet? Register   Sign In
Image is not being uploaded into Database
#3

(02-14-2018, 04:40 AM)InsiteFX Wrote:
PHP Code:
'post_image'    => $this->upload->data($file_name);

// Should be
'post_image'    => $this->upload->data('file_name'); 

You were right, its working now.
I do Front-End development most of the time 
Reply


Messages In This Thread
RE: Image is not being uploaded into Database - by kirasiris - 02-15-2018, 10:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB