Hello,
i’m trying to take a picture from my app and submit the Base64 encoded image with a form.
I’m using the same code of the example in Phonegap API here (cut and paste): http://docs.phonegap.com/en/3.3.0/cordova_camera_camera.md.html#camera.getPicture under the section Full Example.
My problem is that in the emulator even specifying the parameter “destinationType.DATA_URL”, the image returned is not in the Base64 format specified by the API but in this format: “captured-image: blob:file%3A///cad7edca-2ac9-4483-b3a0-509988081017”.
I’m building the package locally with android 4.4, phonegap version of MyEclipse is 3.3.0 if I remember correctly.
My version of MyEclipse Enterprise is: 2015 CI build 13.0.0 20140711
How can i solve this problem?
Thanks
Update: i’ve solved the problem on the real device