I've solved the problem. I'm sending the base64 string to my webserver and with a php class I created I'm decoding the base64 to an image and then saving it. Thx!
I've solved the problem. I'm sending the base64 string to my webserver and with a php class I created I'm decoding the base64 to an image and then saving it. Thx!
Dirk,
Thank you for the update. Do not hesitate to contact us if you need any further help.
How can I get media like images and audios from my gallery captured using captureImage or captureVideo function?
Hello,
You can use camera service for that: https://devcenter.appery.io/tutorials...
Set sourceType=Gallery
for audio/video files you have to use input with type=file
Actually I have to capture media when app is in offline mode too. And then have to select items from gallery to send to server already captured. How can I do that?
You can invoke different services with different settings based on the status of your app.