I love it when someone takes an idea and runs with it! More good work by Taifun the wizard!!!
One of the things I like about App Inventor is it is easy to do thing.
Another is there are various ways to do them.
I am working on an app that does base64url. It is part of what KC and I are working on. You pick a file from the phone and it returns a base64url buffer. His app then send the buffer to Google Cloud Storage where it is converted back to the image.
The app is an Android app that works with App Inventor using Activity Starter.
The example I am going to release uses fusion tables to hold the images. This will demonstrate how you can store images (as base64url) in the cloud and load and store them with App Inventor.
Taifun's example eliminates the need for another app. Perfect for testing or if using html is good enough for your use using the code.
My app shows how to do that sort of thing and is a step in the direction of putting it into App Inventor as native code.
What else can we do?
Gary