My web framework doesn't give access to the raw servlet request or
response objects (stateless).  This is obviously making it rather
difficult to use the BlobstoreService.  Is there any way to get the
BlobKeys from a successful upload other than
BlobstoreService.getUploadedBlobs?  I suppose I could bounce the
request off another server using servlets for handling but this is
awfully hacky.

On the flip side, can I use ByteArrayInputStream to fetch a blob and
write it directly to a response without actually calling
blobstoreService.serve?  I know this isn't efficient, but I do not see
a way to get a raw url to the blob meaning I can't access the store
from a different server.  It's looking like I will have to setup
another GAE app to handle file uploads.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to