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…