# \[Solved\] Local Storage with Images/Sound

**URL:** https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [October 16, 2018, 3:54pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198 "2018-10-16T15:54:14Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Kalindu\_Aragorn](https://avatars.discourse-cdn.com/v4/letter/k/85f322/32.png) [@Kalindu\_Aragorn](https://community.thunkable.com/u/Kalindu_Aragorn)
#### Post date: [October 16, 2018, 3:54pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/1 "2018-10-16T15:54:15Z")

</div>

Helo all,  
Is there any way to save an IMAGE or a SOUND RECORDING to the local storage? I tried the local storage - save function but i dont think it works.

Thanx

---

<div class="post-metadata">

### Author: ![Mark](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mark/32/18133_2.png) [@Mark](https://community.thunkable.com/u/Mark)
#### Post date: [October 16, 2018, 4:26pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/2 "2018-10-16T16:26:35Z")

</div>

> [@Kalindu\_Aragorn](#):
>
> Is there any way to save an IMAGE or a SOUND RECORDING to the local storage?

I’m sorry, but we do not support that at his time. May I ask what you are trying to do? Maybe there is an alternative approach.

-Mark

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 16, 2018, 4:44pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/3 "2018-10-16T16:44:35Z")

</div>

Hey ! Does it have to be offline ?

---

<div class="post-metadata">

### Author: ![Kalindu\_Aragorn](https://avatars.discourse-cdn.com/v4/letter/k/85f322/32.png) [@Kalindu\_Aragorn](https://community.thunkable.com/u/Kalindu_Aragorn)
#### Post date: [October 16, 2018, 4:46pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/4 "2018-10-16T16:46:50Z")

</div>

☹

Thanx for the reply.  
Ok here’s what im trying to do.

I have a button that opens the camera and takes a pic.  
and theres a text box that you can type something.

There’s another SUBMIT button.

So when the user takes a pic from the first button, it should store somewhere temporarily. Then, when you press the SUBMIT button, the Pic AND the text in the text box should be uploaded to a airtable DB.  
I dont want the pic to be uploaded immediately after taking the pic. It should upload only when the SUBMIT button is pressed.

Thank you all.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 16, 2018, 6:54pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/5 "2018-10-16T18:54:31Z")

</div>

Hi,

After photographing and confirming the use of a snapshot, you will be given a temporary link to it. When you close the application, this link will stop working. Do you want the images to be saved between the two launches of the application, or will it be enough for this temporary link to be available until the application is closed? If the second option, then it is easy to do. Assign the reference to a variable and send it when you click on the SUBMIT button.

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 16, 2018, 7:49pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/6 "2018-10-16T19:49:24Z")

</div>

Hey ! May you explain with blocks what saving the link is like please ? Thanks ! I need to save a photo and keep it into the app. Is there a way to automatically reupload all the images from the phone everytime the app opens or something like this ?

---

<div class="post-metadata">

### Author: ![Kalindu\_Aragorn](https://avatars.discourse-cdn.com/v4/letter/k/85f322/32.png) [@Kalindu\_Aragorn](https://community.thunkable.com/u/Kalindu_Aragorn)
#### Post date: [October 17, 2018, 7:03am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/7 "2018-10-17T07:03:30Z")

</div>

Ooooooh… storing in the variable worked!!!  
Thanks alooot!!

anyway, Is there any way to RECORD sound?  
I couldn’t find an option to do so… 😕

thank you

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 7:39am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/8 "2018-10-17T07:39:33Z")

</div>

Hey @Kalindu_Aragorn, may you tell me how you did please ? Also did it work when you opened the app again ? Thanks !

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 17, 2018, 7:53am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/9 "2018-10-17T07:53:58Z")

</div>

In the “Camera.TakePhoto” block there is a local variable Photo, in which the local absolute address is stored on the photo taken. Store this address in a global variable of type store. The next time you open the application, assign this variable to the Image component and the saved photo will be displayed. I will give the block code now.

![%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/c/0c3c7eed460701a3b69fc77033c8a367ea0f5ca0.png)

---

<div class="post-metadata">

### Author: ![Kalindu\_Aragorn](https://avatars.discourse-cdn.com/v4/letter/k/85f322/32.png) [@Kalindu\_Aragorn](https://community.thunkable.com/u/Kalindu_Aragorn)
#### Post date: [October 17, 2018, 8:50am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/10 "2018-10-17T08:50:13Z")

</div>

Hello,  
I did it exactly how @actech explained. Didnt test with closing the app and restarting. It should technically work i guess…

Anyway… is there any option to RECORD SOUND ?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 17, 2018, 8:52am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/11 "2018-10-17T08:52:20Z")

</div>

There is no sound recording.

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 17, 2018, 9:16am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/12 "2018-10-17T09:16:45Z")

</div>

Ok thanks !

---

<div class="post-metadata">

### Author: ![Kalindu\_Aragorn](https://avatars.discourse-cdn.com/v4/letter/k/85f322/32.png) [@Kalindu\_Aragorn](https://community.thunkable.com/u/Kalindu_Aragorn)
#### Post date: [October 17, 2018, 10:50am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/13 "2018-10-17T10:50:23Z")

</div>

One more thing…  
can you assign that variable to be send to a Airtable ATTACHMENT field?

regards,  
Kalindu

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 17, 2018, 5:47pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/14 "2018-10-17T17:47:00Z")

</div>

I did not try to do that. It was quite enough for me to send the link to the text field.

---

<div class="post-metadata">

### Author: ![Guido\_Esser](https://avatars.discourse-cdn.com/v4/letter/g/838e76/32.png) [@Guido\_Esser](https://community.thunkable.com/u/Guido_Esser)
#### Post date: [January 5, 2019, 9:19pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/15 "2019-01-05T21:19:45Z")

</div>

Hello Kalindu\_Aragorn,

there is an example now. Take a look at “Field” project created by albert:

[https://x.thunkable.com/projectPage/5ba00f72391f51f9058e7560](https://x.thunkable.com/projectPage/5ba00f72391f51f9058e7560)

I think this will help.

Regards,

Guido

---

<div class="post-metadata">

### Author: ![Navneet\_Singhal](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/navneet_singhal/32/27994_2.png) [@Navneet\_Singhal](https://community.thunkable.com/u/Navneet_Singhal)
#### Post date: [January 9, 2019, 9:15am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/16 "2019-01-09T09:15:40Z")

</div>

Hi @Guido_Esser

I just used ur formula of uploading image to Airtable… Its awesome.

Now searching for Calling the image from Airtable to Image … But its not working. can you guide please…

I am using Get cell with rownum and column name and putting image set to value of cell… Its blank… Pls suggest.

---

<div class="post-metadata">

### Author: ![greg\_m1993](https://avatars.discourse-cdn.com/v4/letter/g/9e8a1a/32.png) [@greg\_m1993](https://community.thunkable.com/u/greg_m1993)
#### Post date: [May 18, 2019, 5:44pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/17 "2019-05-18T17:44:41Z")

</div>

Hi,

Can this store audio files in the local storage? Saw that the question above was just about recording sound. If so, are there any limits to the size?

Thanks!

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [May 20, 2019, 10:31pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/18 "2019-05-20T22:31:57Z")

</div>

Hi @greg_m1993, if you have a new question it might be better to create a new topic, otherwise there’s a risk of your question getting lost?

You can store up to 50MB of assets in your Thunkable project, but the MediaDB can be used to store more if needed.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 24, 2020, 3:56pm UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/19 "2020-07-24T15:56:48Z")

</div>

A post was split to a new topic: [Download images from Drive to Storage](https://community.thunkable.com/t/download-images-from-drive-to-storage/699925)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:55am UTC](https://community.thunkable.com/t/solved-local-storage-with-images-sound/52198/20 "2024-11-08T11:55:02Z")

</div>


