How to convert an image to Base64 without MediaDB?

A simple example is in ACtech demo 2023

https://x.thunkable.com/projects/646c8b84575ef2cccbaf5e73/project/properties/designer

on the screen “scrImageToBase64”

1 Like

Hi, the proposed method has a drawback - a limit on the amount of data that can be transmitted through the URL. Perhaps the Receive Message block also has some limitations, although I have seen an example where a fairly large amount of data is transmitted through it.

So, the task is to transfer a large amount of data to the JavaScript side. If the data does not need to be hidden in secret, then you can implement access to the database on the JavaScript side and get a large amount of data.

Thanks for sharing @actech - great to see you in the Community again!

Hi, the proposed method has a drawback - a limit on the amount of data that can be transmitted through the URL. Perhaps the Receive Message block also has some limitations, although I have seen an example where a fairly large amount of data is transmitted through it.

So, the task is to transfer a large amount of data to the JavaScript side. If the data does not need to be hidden in secret, then you can implement access to the database on the JavaScript side and get a large amount of data.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.