Promise to Upload File

Hi All,

Has anyone attempted to upload multiple files at once? (is it possible)

For context, we have a catch-all modal that appears during multiple file uploads to cover all error scenarios (e.g. file is too big, the name too long etc)

Using multiple Promise To Upload File keywords just uploads them 1 by 1, bypassing the logic to catch the multiple file error.

Would it be possible the allow multiple arguments (each a file path) or split this out the become Promise to Upload Multiple Files

TIA for your replies.

Gavin