Multiple selection of specific type of files!

Hello,

I have an ionic 3 application where I want to add a feature that will allow the user to open his file browser and select multiple files with types (pdf, jpeg, jpg, and png) but I can’t succeed with this. I have tried Ionic ImagePicker but it is having a conflict with my android version (v7.0.0). I’ve also tried Ionic Chooser but it doesn’t allow multiple selections of files.

Do someone knows what plugin can I use that will satisfy my app requirements:

  • Multiple Selection of files
  • Allow pdf, jpg, jpeg, and png ONLY

I hope someone can help me with this. Thanks in advance :blush: