Google App Engine Use Blobkey
Hi there i am trying to make a servlet that allows admins to upload images and any google users to view these images, so far im working off the program available at https://developers.google.com/appengine/docs/java/blobstore/overview and when i upload an image, it serves it straight away using a very long blobKey? and stores a copy of itself in the local_db.bin What i can't find out is if there is any way to shorten the blobkeys for use? For instance i want to have a gallery which displays all the images that have been uploaded by users, however so far the only way i can get the images from