How to display multi-upload links in grid app ?

Hello,

I would like to try the multi-upload feature, so i created a form app with a New Field “upload” (document database).
I configured the multi-upload option and it’s working fine (upload field, auto increment, foreign key, filename)

Now, i would like to know how to display the links of the uploaded documents in a grid app (like the “single” upload feature).
When i create a New Field “upload” in the grid app, the multi-upload option don’t appears.
Maybe i have to do something in the SQL statement ?

The “files” table and “application” table are different (like the example in the samples application from SC).

Thank you for your help.

Hello,

Please contact our support regarding this issue. Our chat is active on workdays from 8:00am to 6:00pm (GMT -3), and our ticket system is always available.

regards,
Bernhard Bernsmann

Any help from the community will be very appreciated.
Thank you.

I found a solution with Grid Master/Detail like this example : http://www.scriptcase.net/scriptcase-samples/php-reports-charts/master-detail-grid/
It’s working but it’s not exactly what i wanted.
If possible i would like to see the file links directly in the master grid.