neuronhighway9522
Posts: 0
Joined: Sun Oct 19, 2014 2:42 am

Accessing images from phone only

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......

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Accessing images from phone only

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)

Return to “Issues”