cordova-filechooser icon indicating copy to clipboard operation
cordova-filechooser copied to clipboard

how to use filechooser with allowed type only PDF, and DOC?

Open manifsp opened this issue 5 years ago • 1 comments

In the filter option how to allow multiple mimetypes at the same time. i.e fileChooser.open({"mime": 'application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document'}, uri => {});

manifsp avatar Dec 12 '19 13:12 manifsp

I think the mime support is not really working. For me '/' works but as soon as I use for example "text/csv" all files including *.csv are greyed out.

CoooWeee avatar Feb 06 '21 01:02 CoooWeee