It works when only 1 mimetype is specified e.g. ['image/*];
When more than 1 mimetype is specified e.g. ['image/*', 'application/pdf'], file picker doesn't open at all.
Prolly something to do with the configuration here?
I am in this trouble too. There was not any sample in demoes passing extensions parameter to the method, ended up I found this issue stating my problem but still open. any help?
Dear Developer,
It works when only 1 mimetype is specified e.g.
['image/*]
; When more than 1 mimetype is specified e.g.['image/*', 'application/pdf']
, file picker doesn't open at all.Prolly something to do with the configuration here?