I see that runner supports both file and image uploads. But does it also provide support for uploading multiple files? I mean for e.g. for a new employee, he/she may have multiple scanned images of multiple documents.
One way would be to ask the user to zip all the contents and upload as a single file.
Or i provide a file upload system, where the user can upload multiple files one after the other and the uploaded files keep showing in a bucket. Select the file(s) in a bucket and do whatever operation you like.
Is this possible?