Passing multiple mime types as type to the `DocumentPicker`

I want to enable selection for files with mime types application/pdf,image/jpeg,image/png passing this comma separated string to the DocumentPicker.getDocumentAsync(); dehighlights all files in the directory including pdf,jpg and png files

2 Likes

You can add a feature request here:

Right now, it looks like it only supports wildcards for this stuff. So you could do / or image/*, but not what you want to do unfortunately,

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.