Hey guys. Working on integrating some chat features into an app. Wondering about adding image uploading capabilities. Is that possible currently?
Hey, yes you can do it.
Create a collection - ‘message’ having 2 properties - ‘image and text’
Now make a custom list of the collection - message - keeping the text and image one below another.
Now beside the send icon put the ‘add image’ icon.
Set it in such a way that when user clicks ‘add image’ he is sent to a form collecting photos
There u can select the image.
Thus u can make the image feature
Hope this helps u out
1 Like
Yeah this should be perfect. I will give it a shot. Thanks for the quick response!
Jonathan