don / cordova-filechooser

Cordova Plugin that supplies a File Chooser
Other
97 stars 214 forks source link

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

Open manifsp opened 4 years ago

manifsp commented 4 years ago

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 => {});

CoooWeee commented 3 years ago

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.