# Invoke camera

**URL:** https://community.glideapps.com/t/invoke-camera/54712
**Category:** Ask for Help
**Created:** [November 22, 2022, 5:13pm UTC](https://community.glideapps.com/t/invoke-camera/54712 "2022-11-22T17:13:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Andrew\_AJ](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andrew_aj/32/45888_2.png) [@Andrew\_AJ](https://community.glideapps.com/u/Andrew_AJ)
#### Post date: [November 22, 2022, 5:13pm UTC](https://community.glideapps.com/t/invoke-camera/54712/1 "2022-11-22T17:13:18Z")

</div>

Can I invoke camera just to take pictures inside my app? Than send this taken pictures to a selected database)) Cant find that simple functionality here or am I wrong?  
Thank you

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [November 22, 2022, 5:30pm UTC](https://community.glideapps.com/t/invoke-camera/54712/2 "2022-11-22T17:30:01Z")

</div>

Hi! I think Glide have no local storage support, so if you will use user specific column and unsigned users this way images didn’t uploaded to any db and just be loosed after session finished

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 22, 2022, 6:26pm UTC](https://community.glideapps.com/t/invoke-camera/54712/3 "2022-11-22T18:26:58Z")

</div>

> **[Glide Docs • Image Picker Component](https://www.glideapps.com/docs/reference/app-components/image-picker-component)**
>
> Upload images from the users device.

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [November 22, 2022, 6:48pm UTC](https://community.glideapps.com/t/invoke-camera/54712/4 "2022-11-22T18:48:38Z")

</div>

So according this Doc Images are uploaded anyway to populate url

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 22, 2022, 7:15pm UTC](https://community.glideapps.com/t/invoke-camera/54712/5 "2022-11-22T19:15:37Z")

</div>

The question asked was to take a picture and upload it to a database. The Image Picker does just that. Unless I am misunderstanding the question.

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [November 22, 2022, 8:11pm UTC](https://community.glideapps.com/t/invoke-camera/54712/6 "2022-11-22T20:11:06Z")

</div>

Yes question about to don’t to upload image, just usinng on device localy. As I understand
