Multiple selection in iOS FileChooser

It seems that no flag except FileBrowserComponent::saveMode are used to construct the native iOS FileChooser. I’m especially interested by selecting multiple files (in Open Mode). The native picker is capable of selecting several files, but I don’t know how to ask for it using JUCE.

Thanks for reporting. I’ve added multi-file selection here:

Please try it out and let us know if you encounter any new issues.

2 Likes

Awesome, thank you very much. I’ll keep you informed as soon as possible.