[Solved] Send Image from Thunkable to Web API

Hello again my friends!

I’m looking for a way to send an image uploaded in my Thunkable app to my PHP Web API (home made), i dont want to use Cloudnary or anything like this, just the good old Thunkable and Web API, some one have an idea about this to help me?

Hello @sammycri
One solution is to convert your image to base64 and send it as the body of an API call.
You need to use a web view with a website where you will upload a picture and the website will return the base64 to the app.
More information is available in this community post [Solved] how do I base64 encode an image?

1 Like