Hello,
I have query regarding multiple file uploads using phpgrid. I have one master grid showing list of articles & subgrid '+' button(showing all the images related to one specific article). Currently i am able to upload one image at a time but now i want to upload multiple images.
1 Answers
It is not currently supported.
Alternate way, you can have your php code in subgrid_detail.php.
When you click +, it will pass parent row id to your page, and you can have multi-file uploaded in that page with gallery view.
There is no limitation that + will open another grid. It could be any php page (with parent row id passed as querystring)
Your Answer