Hi,��

I need to ask files to the user. I know that one way to do it is as follows��

UIManager default
chooseFullFileNameMatching: nil
label: 'Bla bla'.
��
but this does not let the user to choose multiple files. it allows only one.��

How can I do to allow selection of multiple files?

Thanks