Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I convert the data from the upload of image into base64?

It's a known problem for Android 4.4. To select image try to use Camera service. In service settings you can set to select photos from gallery, instead taking photo.

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

Will this also convert the image to base64?

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

Thank you it works perfectly!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I convert the data from the upload of image into base64?

Camera service can return base64 encoded data if you specify in settings destinationType = Data URL

Return to “Issues”