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.