Shapediver: Upload/Import Multiple Files at Once

Hi!
We have one usecase where a user can upload up to 8 files (3D Files) - obvisiously it would be nice not to trigger 8 times a single upload button but one multiple file upload.

Is this possible?

The SDGeometryImport component supports only one file at a time and there is no out of the box solution for importing multiple files.

To achieve this, place multiple SDGeometryImport components in your Grasshopper definition and write a JavaScript code that selects multiple items and sends them separately to each parameter. Find out more here and here.