# Upload image action I would like to prevent using existing library photos

**URL:** https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220
**Category:** Ask for Help
**Created:** [October 18, 2021, 2:21am UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220 "2021-10-18T02:21:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Juan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/juan/32/33153_2.png) [@Juan](https://community.glideapps.com/u/Juan)
#### Post date: [October 18, 2021, 2:21am UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220/1 "2021-10-18T02:21:43Z")

</div>

Hello, I am using the upload image action for a construction logging app, the user will take photos of onsite work advances with related info, I would like to be able to avoid using existing photos from library and only give the user the possibility to shoot a new photo, I wonder if that’s possible?

The problem to avoid is user not shooting what’s real and current and instead uploading a deceiving old photo.

Thanks!  
Juan

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [October 18, 2021, 2:25am UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220/2 "2021-10-18T02:25:18Z")

</div>

Yes, that’s possible.  
You’ll find the setting in the Image Picker component options.

 ![Screen Shot 2021-10-18 at 10.23.29 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/9/39ed755f1b85641f877a7f78b4ae545b2e001b90.png)

> **[Image Picker](https://docs.glideapps.com/all/reference/components/pickers/image-picker)**
>
> Upload an image

---

<div class="post-metadata">

### Author: ![Juan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/juan/32/33153_2.png) [@Juan](https://community.glideapps.com/u/Juan)
#### Post date: [October 18, 2021, 4:15am UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220/3 "2021-10-18T04:15:06Z")

</div>

Yes that’s great but I need to use the photo component paired with upload image action (not the image picker) just because the image picker shows only a tiny image therefore can be certain the photo was taken alright specially if you are giving the user only the option to shoot new photos.

Maybe this could go to the wish list? Or am i missing something?

Thanks again !

Juan

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [October 18, 2021, 4:57am UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220/4 "2021-10-18T04:57:59Z")

</div>

Are you saying that you want to give the user an opportunity to review the image before it is saved?

This is easy to do with custom forms, but I’m not sure if it’s possible with native forms - maybe not, I’d need to test it.

With custom forms, all you need to do is:

- target the image picker at a User Specific Column
- add an image component to the same screen that also targets the same User Specific Column

Once the image is uploaded, it will be visible on the screen, and the user can choose to save it or take another photo.

Update: I’ve modified my custom forms concept app to demonstrate how this would work. The app is copyable.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particula…

---

<div class="post-metadata">

### Author: ![Juan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/juan/32/33153_2.png) [@Juan](https://community.glideapps.com/u/Juan)
#### Post date: [October 25, 2021, 1:33pm UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220/5 "2021-10-25T13:33:52Z")

</div>

Thanks Darren, tried simply using the library loading preventing option the image picker and it worked!  
Yes it would be noce to be able to use the image component if it had the same setting but it does not.  
aporeciate your input  
Juan

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:50pm UTC](https://community.glideapps.com/t/upload-image-action-i-would-like-to-prevent-using-existing-library-photos/33220/6 "2024-01-17T16:50:04Z")

</div>


