I need to upload multiple image from grocery_CRUD
Library on codeigniter framework.
I need step by step process !
$crud->set_field_upload('image','assets/uploads/products');
$crud->callback_after_upload(array($this,'resize_after_upload'));
Now this is working as a single image upload only. Anybody please to help ?
Try Grocery_Crud_Multiuploader library, I wrote long back, might help you, instructions are given in github, current library supports files as well as images
grocery_crud_multiuploader
Load library like below
In controller function