You are not logged in.
Hello,
I define a procedure in a mormot2 interface based service like this:
procedure blobTest(const input: RawBlob; out output: RawBlob); //will accept and return binary format
Is there some way to make this work with a UTF-8 encoded BASE64 format instead, for access from a java (android) client?
Offline
Alright. Thank you!
I would like to store the data as RawBlob in a database. Are there some functions in the mormot framework to handle base64 to RawBlob and RawBlob to Base64 conversion for storage in a TOrm class?
Offline
Offline
Very cool. Many thanks
Offline