Re: [appengine-java] calling blobstore from inside the webapp

2010-11-29 Thread Jeremy Blythe
I have also written a blog post here http://jeremyblythe.blogspot.com/2010/10/manipulating-images-in-blobstore.html with code samples. On 30 Nov 2010, at 01:06, "A. Stevko" wrote: > There are numerous posts concerning the differences between the dev and prod > blobstore behaviors. > Perhaps

Re: [appengine-java] calling blobstore from inside the webapp

2010-11-29 Thread A. Stevko
There are numerous posts concerning the differences between the dev and prod blobstore behaviors. Perhaps this is your issue: http://code.google.com/p/googleappengine/issues/detail?id=3273 Another resource to check are the blobstore p

[appengine-java] calling blobstore from inside the webapp

2010-11-29 Thread Zsombor
Hello, I would like to modify the content of the BlobStore from inside my webapp. I mean, the user uploads a picture into blobstore, after in the background the app should create thumbnails, and stores that thumbnails too in the BlobStore. I figured out, that from my 'servlet', I can call Blobst