Dear all, I have started to use latest version of GC from last week , I had gone through many examples available on site, I found it very handy and user friendly.... now I would like to know how to enable multiple file uploading I tried like this, at present I can upload only one file.. :(
This is what I have tried so far
$crud->set_field_upload('link','assets/uploads/files');
Though its uploading file to folder but it does not appear when I click view button after successful upload, and didn't find documentation regarding multiple file upload
Please guys help...
I tried code in this post also /topic/1912-updated-30072013-multiple-uploading/
1. created empty file in application/controllers/uploade.php, and copied code posted by victor
2. created table for schema given
3. changed this variable value to
protected $path_to_uploade_function = 'application/controllers';
4. modified
assets/grocery_crud/themes/flesxigrid/js/flexigrid-add.js
5. fixed string related syntax error in victors code, line number 125 and 132 it was just quoting issue...
6. finally i could see table rendered but it was not uploading anything
if anyone is having working copy please share