Hi,
I am looking for a solution to load the image from Phone Gallery directly to the APP DB.
Regards
Animesh
Hi,
I am looking for a solution to load the image from Phone Gallery directly to the APP DB.
Regards
Animesh
Hello,
Yes, it is possible to do with Camera service: https://docs.appery.io/docs/cordova-i...
just set a sourceType = PHOTOLIBRARY
More information here:
https://github.com/apache/cordova-plu...
Hi Sergiy,
Thanks for your reply. I tried editing my camera service[request] but its not editable. Neither I can add any parameters. Please find the screen shot attached. The link you suggested "https://docs.appery.io/docs/cordova-i...". I refer to point 7 which talks about optional parameters. They are not available in by default and also I cannot add them.
Hi - for jQuery Mobile apps you will need to add your Camera service into the Data tab and open "Before send" mapping window and there you can modify Service request parameters.
Set the needed "sourceType" before applying mapping binding.
Thanks for your reply but from where I can set the sourceType?
This field is non editable.
Are you saying that I should set the value of the local storage and then map that local storage to sourceType?
No, I'm saying that you need first remove mapping binding to the "sourceType" field -- and after that you can change it.