Is it possible to upload multiple images from grocery crud?
I do have a Projects table and I need to upload multiple images for each projects. Please let me know how can I achieve this in grocery crud?
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 14 June 2013 - 08:08 AM
Is it possible to upload multiple images from grocery crud?
I do have a Projects table and I need to upload multiple images for each projects. Please let me know how can I achieve this in grocery crud?
Posted 14 June 2013 - 12:46 PM
Well there aint a straight way. What you can do is add action to each row to manage the images and on click .. filter down another GC table to list only images for that project.
Now there u can keep adding the stuff as much as you can.
Else, there is one more library imagecrud (http://www.grocerycrud.com/image-crud)
... managing multiple image upload is easy out here. You can use either of the same.
Posted 17 June 2013 - 03:40 AM
Thanks Amit. :)
Posted 19 June 2013 - 15:09 PM
thanks....!!