Allow Users To Upload and Display Image(s)

I am working on a project management type app. Basically I want the ability to have the user to upload a photo to a specific task detail page.

For example: Bob’s Tire Store (Project) > Create Logo (Task) > Upload logo to the Create Logo task detail page. I don’t want it to replace the task image, I would just like it to display for stakeholders to review the logo on the task detail page.

Any ideas on how to accomplish this? I feel like it’s form related, but can’t get my head around it.

I’m not sure I completely understand your question, but all you should need is an image picker component to upload the image, a column to hold the url of the uploaded image, and an image component to display the image.

Thanks Jeff!

I’m still relatively new to Glide - I’ll need to create a new table for this functionality, correct?

No, you can use your existing Task table. Just add an Image column.

1 Like