Upload multiple pictures on one form

0
I would like to enable users to upload multiple files/pictures at one time using a single form. Has anyone else done this? Any pointers?
asked
1 answers
1

You could use a datagrid or create a workflow where you enable a microflow which opens a form where you can upload a file. After uploading the user will be asked to upload another one and you will redirect the user to the same flow.

answered