# Upload photos to my own server

**URL:** https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124
**Category:** Web API's
**Created:** [April 19, 2023, 7:01pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124 "2023-04-19T19:01:38Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Carlos\_Bieberach](https://avatars.discourse-cdn.com/v4/letter/c/5daacb/32.png) [@Carlos\_Bieberach](https://community.thunkable.com/u/Carlos_Bieberach)
#### Post date: [April 19, 2023, 7:01pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/1 "2023-04-19T19:01:38Z")

</div>

Hello,  
My App takes photos. I don’t need to store them locally. I need to upload the photo to my own Server.

I don’t want to use cloudinary or google sheet.

Is there a FTP Block ? Can I use WebViewer or Web API ?

I have been searching and reading for the last 2 hours.

Thank you in advance !!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [April 19, 2023, 7:55pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/2 "2023-04-19T19:55:31Z")

</div>

Cloudinary is the easiest and most flexible way to do this. It’s not super fast, though.

If you wanted to use an API to store them on your own server then you’d need to provide the endpoint documentation for that and someone here could help you. But I’m not aware of an API that generically stores images wherever you want.

Is there a reason you’re not wanting to use Cloudinary?

---

<div class="post-metadata">

### Author: ![Carlos\_Bieberach](https://avatars.discourse-cdn.com/v4/letter/c/5daacb/32.png) [@Carlos\_Bieberach](https://community.thunkable.com/u/Carlos_Bieberach)
#### Post date: [April 19, 2023, 10:27pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/3 "2023-04-19T22:27:10Z")

</div>

Thank you for your response.

I don’t wish to use a paid service. I can host all media on my server. If and when this App grows to be a Paid Membership type, then I will consider using a third party premium service.

I can create a Rest API script on my side but don’t know how to POST from Thunkable. If use POST for Login etc etc but not to upload a binary file.

Any ideas ?

Thanks Again Tatiang !!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [April 19, 2023, 10:49pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/4 "2023-04-19T22:49:52Z")

</div>

It’s not super easy to run POST commands but it’s certainly possible. Here’s an example of someone trying to work out a way: [WEB API Firebase Storage It does not upload the file to the server](https://community.thunkable.com/t/web-api-firebase-storage-it-does-not-upload-the-file-to-the-server/2369895)

---

<div class="post-metadata">

### Author: ![Carlos\_Bieberach](https://avatars.discourse-cdn.com/v4/letter/c/5daacb/32.png) [@Carlos\_Bieberach](https://community.thunkable.com/u/Carlos_Bieberach)
#### Post date: [April 19, 2023, 10:53pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/5 "2023-04-19T22:53:55Z")

</div>

Thank you. Will try and let you know.

👍

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [April 21, 2023, 11:23am UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/6 "2023-04-21T11:23:00Z")

</div>

Of course you can. You can also use HTML to upload your files to your server.  
[https://x.thunkable.com/projectPage/61f68431c3761001dba12df1](https://x.thunkable.com/projectPage/61f68431c3761001dba12df1)

This will read an image file and {{upload}} it to the app but you can save it anywhere you decide to. Use it from a mobile device and click **Choose File** to select the file.

This is another sample to save the image to Google Drive  
[https://x.thunkable.com/projectPage/618cfa678cdb0f0011998dbe](https://x.thunkable.com/projectPage/618cfa678cdb0f0011998dbe)

---

<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, 1:33pm UTC](https://community.thunkable.com/t/upload-photos-to-my-own-server/2381124/7 "2024-11-08T13:33:59Z")

</div>


