Accessing images from phone only
Posted: Mon Feb 06, 2017 10:31 pm
by neuronhighway9522
Hi I want to access images from a users device without putting them into the database...
For example the user has a picture of a key on his phone... We want THAT picture to fire on a certain page... We do not want to store it in the database... is it possible?
With thanks......
Accessing images from phone only
Posted: Tue Feb 07, 2017 4:01 pm
by Serhii Kulibaba
Hello,
It is possible to read local files from the device gallery, using a camera component: https://docs.appery.io/docs/cordova-i... (set it's sourceType value)
If you need to store a file locally you can use 3rd-part Cordava plugin for that (Appery.io doean't have such functionality by default)