When I set upload field, i get an error has occurred on uploading (image bellow)
Code:
$crud = new grocery_CRUD();
$crud->set_theme('datatables');$crud->set_table('tbl_topic');$crud->set_subject('Topic');$crud->set_field_upload('file_url','assets/uploads/files');$crud->set_relation('cate_id','tbl_category','name');$crud->display_as('cate_id','Category');
The file uploaded to assets/uploads/files but this not update to field file_url in table tbl_topic.
Who can help me fix this? Thanks alot