I was trying to make a chat app using cloudDB. Using a tutorial from YouTube, I got away with sending text messages, but images are another beast. I tried to use the answer to my "Image to CloudDB" question, but it doesn`t work, so can anyone help me, please?
Alternatively, you can convert your image to a base64String / datauri and store that in your list. Other users of the cloudDB would need to convert this back to an image in order to view, or display the datauri in a webviewer.
You may want to resize the image first, to keep down string size / upload-download times.