Page 4 of 4
How can I convert the data from the upload of image into base64?
Posted: Thu Mar 27, 2014 3:19 pm
by Maryna Brodina
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.
How can I convert the data from the upload of image into base64?
Posted: Thu Mar 27, 2014 3:41 pm
by adam griffin
Will this also convert the image to base64?
How can I convert the data from the upload of image into base64?
Posted: Thu Mar 27, 2014 10:32 pm
by adam griffin
Thank you it works perfectly!
How can I convert the data from the upload of image into base64?
Posted: Fri Mar 28, 2014 8:34 am
by Maryna Brodina
Camera service can return base64 encoded data if you specify in settings destinationType = Data URL