Page 2 of 2

send image from gallery

Posted: Tue Jun 10, 2014 5:15 pm
by Dirk Gissing

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!


send image from gallery

Posted: Tue Jun 10, 2014 5:17 pm
by Evgene Karachevtsev

Dirk,

Thank you for the update. Do not hesitate to contact us if you need any further help.


send image from gallery

Posted: Thu Oct 08, 2015 12:48 pm
by zaik

How can I get media like images and audios from my gallery captured using captureImage or captureVideo function?


send image from gallery

Posted: Thu Oct 08, 2015 8:34 pm
by Serhii Kulibaba

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


send image from gallery

Posted: Thu Oct 15, 2015 6:10 pm
by zaik

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?


send image from gallery

Posted: Fri Oct 16, 2015 8:52 pm
by Illya Stepanov

You can invoke different services with different settings based on the status of your app.