R
Ricardo Perdigao
Guest
Solomon, That piece (Camera Service) is the same on OE Mobile and Appery. MainRoad1, I have not done what you are asking
The challenge here is that the information would need to fit inside a CHAR field (to be sent by REST to the backend). If I had time to play, I would try something like this: - Map the ImageDataBase64 directly to a LocalStorageVariable and find how big it is. - Write a JavaScript script to break that LocalStorageVariable into multiple smaller strings LocalStorageVariables (not sure how many would you need in order to transfer a full resolution image in Base64). - I would map those multiple smaller string LocalStorageVariables to CHAR fields on a REST Service and invoke the service to send the data - On the backend, when I receive the char fields/strings, I would re-join them into a single base64 clob. - Lastly, I would write ABL code to convert that base64 clob string back into a Jpeg. I agree with you, it would be 1000x easier If we could just pass the whole base64 string as a single clob field. Warm Regards, Ricardo Perdigao
Continue reading...

Continue reading...