I am creating the server backend of my Android application in Google App Engine/java. there is a functionality of adding a profile picture. From Android App,i am passing this image as Base64 encoded stream to my App Engine Servlet. I am confused as to how can i store this image(file) using blobstore api .Then i would create IMageURL of this blob using ImageService API.
Can anyone suggest a best way ,on how to ad