<%@ page import="gaeexample.blobstore.BlobKeyCache" %> <%@ page import="java.util.List" %> <%@ page import="com.google.appengine.api.blobstore.BlobKey;" %> <% BlobKeyCache bc = BlobKeyCache.getBlobKeyCache(); List keys = bc.getCache(); %> Upload Test <% String fromUpdate = request.getParameter("fromUpdate"); if (fromUpdate.equals("1")) { %>

The Blob you just upload is

<% } else { %>

The Blob you just delete is

<% } %>

<%= "blob-key: "+ request.getParameter("blob-key")%>

A List of Uploaded Blobs

<% for (BlobKey key : keys) { %> <% } %>

You can download the blob by putting the blob keys

You can delete a blob