Sending image over the network

Hey,
I’m quite confused there’s no option to get base64 image representation from an image chosen with filepicker or made with camera. All I can get is the local filepath. I have my own API and I need that image to be sent with POST request. Any current proper workaround for this?? I found previous solution with webview (and file picker inside it) but it’ll harm user experience and generates additional latency to send image over the network.
I’m new to Thunkable but I have clear vision what to achieve, and this functionality is crucial for me. I already bought the premium plan and I’m starting to regret it.
Thanks for any help.

Hello @fifdee welcome to the community.
You can use Web Viewer and HTML code to convert the image file to base64 and then send it through the API.
More information can be found here: