Convert BLOB to file

It may be worthwile inserting a text string as BLOB data in your DB. Then try reading the BLOB and running the output of base64decode to pub.string:bytesToString to see if its what you expected.

> appears to be base64 encoded but I’m not sure …

I think base64 data encoded by WM ends with a “==”.

Hope that helps!
Sonam