Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

send image from gallery

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!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

send image from gallery

Dirk,

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

zaik
Posts: 0
Joined: Wed Sep 09, 2015 7:15 am

send image from gallery

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

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

send image from gallery

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

zaik
Posts: 0
Joined: Wed Sep 09, 2015 7:15 am

send image from gallery

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

send image from gallery

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

Return to “Issues”