Hello all
Hope you are doing well.
I have and app that upload picture to the google drive.
As the needs evolve, sometimes I need to upload picture taken asap and sometimes I can take the picture and upload it later.
My main concern is that from the camera I can not select picture previously taken.
I tried adding read from external
block but in vain.
You could store the image (in a database) in base64 format, and upload it to the drive later, when a specific action takes place (for example, a button press). This should circumvent the need to store the image on the phone.
These three simple individual extensions are already rolled into Juan's Base64 extension , but I believe it may be useful to some to have access to individual functions for specific needs....
There is now a fourth little one, not included in Juan's extension, for the Canvas ImageSprite.
Image To/From Base64
This extension has two functions, the first will convert whatever image is in an image component to a base64 string, the second will load a base64 string to an image component. There is an …