How to choose multiple images for ionic app

Hi All,

I am making app with ionic to allow user choose multiple image once. I tried 'input type with multiple ’ in html, but on android it only allow choose one, working for browser.

I tried ‘ionic native imagepicker’ , it allows to choose multiple images, but it does not return original uri of the selected files, I need the original uri to process the original image file not the file cached by this plugin.

Is there a way or plugin to choose multiple images and return the original files?? thanks everyone in advance.

Waiting resonse…

1 Like

Have you resolved this issue? I am having the same issue right now.

Have you tried:

  ...
  
  <input type="file" accept="image/*;">

  ...

See: iOS 11 its not me its you (tags: iOS11, PWA, Camera)

1 Like

yes Isloved this using photo library plugin and make own multi select ui

could you please explain how did you do that? :slight_smile: