Dear all, thank you for your help.
I'm developing an app in which the user can pick images from his phone with image picker, associate a tag and store it in a tiny WEB db.
After that, other users can see the images by recalling tiny WEB db.
All seems to run correctly.
My question is: why I read in this community that in order to store images in tinyWEBdb I need an encoding-decoding process like the one I obtain with Base64 extension?
Are there same pro-cons? (eg. I read a 30% increment in file dimension).
Thank you!
Thank you TIMAI2, but I have not the images on my device because I deleted them.
If I save a path, and the images are not on my phone, I shouldn't see them... is it right?
Please I need to understand
Hi @TIMAI2, my blocks seems work, also in another phone.
But I would like to be sure (do you remember, before my app also worked, but I saved only link to images, not images ).
I ask this, because in other examples I see blocks with a path text... I have to use it?
Hi im trying to use this extension to take an image from the user's photo gallery and convert it to base64 so that gemini can analyze it. I believe something is wrong with the conversion because the app never analyzes the image. is this the correct block to use for this process?