Hi guys,
there is a way to select multiple files
at once using UIInputMany?
Here the way way i'm using it:
@Inject
@WithAttributes(label = "Select Files")
private UIInputMany<FileResource<?>> files;
it promps the filesystem wizard to pick files but i can only select a single file at a time.