Welcome Guest, Not a member yet? Register   Sign In
Image not update(in database image update blank value)
#2

[eluser]louisl[/eluser]
Try getting the filename from upload->data()

Code:
if (!$this->upload->do_upload('userfile') ) {
    
//print_r($this->upload->display_errors());

} else {
    
$upload_data = $this->upload->data();
    
$this->venue_chair_model->update_chair($upload_data['file_name']);
  
}


Messages In This Thread
Image not update(in database image update blank value) - by El Forum - 02-29-2012, 03:04 AM
Image not update(in database image update blank value) - by El Forum - 02-29-2012, 03:33 AM
Image not update(in database image update blank value) - by El Forum - 02-29-2012, 03:59 AM
Image not update(in database image update blank value) - by El Forum - 02-29-2012, 05:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB