Take images in app - Save to cloudDB - Retrieve images in app

There is a bug in the current release (n188), the reading of images to/from CloudDB is broken.

You can workaround this by converting the image to a base64String and save that to CloudDB. of course you will have to decode the base64String back to a binary image again when you want to view it.

If you have your image in an image component, you can use the first of these three extensions to handle things: