how to store image in tiny db please show me example i can’t understand
What have you tried so far ? Post a screenshot of your blocks
i try to call image from airtable and store in tinydb but i know that tinydb only store strings value
please provide solution of that
Try storing airtable’s url/path to tinyDB
can you so me example with in fom of aia ? its help me lots
As you say you can only store strings(and numbers) to tinydb. This would mean you can only store a file path or url to the image. If you really want to store the image then convert the image to a base64String and store that.
please show so i can implement on it i thanks for your
Extension:
http://kio4.com/appinventor/277i_extension_imagen_string.htm
Blocks:
Screen:
1 Like