how to store image in cloud db then display the image
why you post here this thread? any relevance?
You could do it like this:
It is not a good idea to try to store all your images in a list in cloudDB, this would mean you have to call back all the data for all the images in order to select/display just one. Store images by filename with separate tags.