just checkin can i trust the aix file
You can trust it as much as you can trust anything you download from the interweb.
That said, this extension has been available for @ 5 years, and is probably in use by 10's of thousands of app developers.
Would this site knowingly host an extension with malicious code ?
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!
Because TinyWebDB can only store text
Taifun
But my app runs correctly. And I directly store images, not text.
Nope, you are storing the path to the image on your device.
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
On your device
Now test it on another device to display the stored image
Taifun
Could you kindly give me the right blocks combination to use for my application?
This post was flagged by the community and is temporarily hidden.
The first post of this thread links to this example
What about adjusting these blocks to your needs?
Taifun
Thanks, I will try it!
What about point n 7 here?
What about it ?
Have you tested your blocks ? Do they work as intended?
If not, what does happen, what errors do you get?
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?
Because you are using ImageToBase64 you do not need a path.