# Add picture in comments

**URL:** https://community.glideapps.com/t/add-picture-in-comments/68876
**Category:** Ask for Help
**Created:** [December 20, 2023, 1:35pm UTC](https://community.glideapps.com/t/add-picture-in-comments/68876 "2023-12-20T13:35:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nsingleton1](https://avatars.discourse-cdn.com/v4/letter/n/91b2a8/32.png) [@nsingleton1](https://community.glideapps.com/u/nsingleton1)
#### Post date: [December 20, 2023, 1:35pm UTC](https://community.glideapps.com/t/add-picture-in-comments/68876/1 "2023-12-20T13:35:12Z")

</div>

I am using the “comments” component in my app. Is there a way that users can add images? If not, is there an alternative approach I could use to simulate a message board where users can post including images?

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [December 20, 2023, 1:44pm UTC](https://community.glideapps.com/t/add-picture-in-comments/68876/2 "2023-12-20T13:44:10Z")

</div>

The comments component supports html. Try it with an image tag

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 20, 2023, 11:41pm UTC](https://community.glideapps.com/t/add-picture-in-comments/68876/3 "2023-12-20T23:41:44Z")

</div>

What I usually do is add a user-specific column to temporarily store the uploaded images.

Add an image picker and point it to the column above. When you submit the comment, add the image as a special value, and then usea set column action to clear it.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [December 27, 2023, 11:42pm UTC](https://community.glideapps.com/t/add-picture-in-comments/68876/4 "2023-12-27T23:42:26Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
