Is there any plugin or something like this to choose an Image from filesystem with my web app? I think Image Picker from Ionic native is not working in browser, is it?
Edit: Or is input type=“file” possible?
Is there any plugin or something like this to choose an Image from filesystem with my web app? I think Image Picker from Ionic native is not working in browser, is it?
Edit: Or is input type=“file” possible?
Yes, Ionic Native only works on Cordova platforms and will not work with ionic build
as Cordova is not part of that.
Yes and is there an alternative for web apps? input type=“file” is just giving me the file name and not the uri.
What URI should it give you? The file isn’t uploaded yet when the users chooses it.
Or did I misunderstand?
That’s odd. It should be giving you an array of File objects.
But not with ngModel. Or how should I handle it?