Dear customer service,
the imageDataBase64 response from your camera service seems to be empty. I tried to store this response to a local storage variable and send them to my remote server.
precode
var imageBase = localStorage.getItem('imagebase');
var params = {image: imageBase};
$.get(serverUrl, params, function(data) {
alert('imagebase');
});
/code/pre
I also tried to store the imageURI Response in a local storage variable (same code) and it worked pretty well.
This issue is related to this problem:
https://getsatisfaction.com/tiggzi/to...