hello ! what to check when getting the "abort" message ?
$this->grocery_crud->set_field_upload('fichier','assets/uploads/files');
I get an abort message. I have changed the config first obviously as i need to upload csv
$config['grocery_crud_file_upload_allow_file_types'] = 'csv';
My folders are there and writable (I had been able to upload pdf files from a sample). Now I try to upload the csv file I need to process with a function that will be in the after_upload callback, but first I have to get the file on the server, and I get this "abort" message not easy to debug.
What should be the type of the database field ? I have Varchar 500 for the field "fichier" is it ok ?