Hello . I'm 12 years old and I'm making one Chat Application , but there isn't the possibility to send multi-medial files . So , because there isn't an official extension to convert the multi-medial files in base64 , can somewone do that extension without archiving in one cloud the files and the base64s and making olny some blocks really really easy , like convert file or deconvert file ?
P.S. :
The extention I'll prefer if it will be secure and fast !
( I don't want that the extension handles the cloud part... It'll be a separate thing I will do on mine cloud . I am worried that the extension may take a copy of the image and send it elsewhere . So , the extension " secure " means that does not do that )
Translated from Italian using Google Translate :
I store it in my CloudDB, and for now my app sends text messages. To send images, I therefore need an App Inventor extension to convert images to base64. I mean, I would like to personally store the obtained base64 in a secure App Inventor CloudDB (not that I don't trust the community, but I'm a newcomer, and anyway my app should respect privacy, so I wouldn't want an unofficial App Inventor extension to store personal and private multimedia files !)
It is possible to store a binary image file in cloudDB in its own tag, you would then link to this tag in a message. A full path to the file is required.
example:
I would like one extention thet converts a media file to base64 and vice versa, but without storing them in a cloud by itself because the images could also be private, and I care about the privacy of my users.