file upload - allow multiple attachments at once

Alexey, 

There are probably a few different ways to achieve what you want. If you’re uploading files in attachment to record, I have one possible way for you: You could add an Attachments model to your page and set a condition on it so that the parent id is always the Id from the model you’re attaching records to. Then, in your On Upload Success Actions, query the Attachments model. If you show the attachments model in a table on your page, you can watch as the files you upload get added to it (and if you set the table’s default mode to edit you could easily edit file descriptions as they show up).

I can drag and drop multiple files in the skuid file upload component but when using a mobile device, I can’t multi-select files. Do you know if there is way to do this?