What I do with files is upload, then I redirect the new blobkey to a 
servlet, which then does the things I need it to. I've used the mapper lib, 
but if I'm going to be processing anything, I'll stick it in a task which 
gives up to 10 minutes per task I'll poll a from GWT client and see when the 
task is done. You can read the file line by line easily. It works great. I 
have some examples where I do it. I decode base 64 on the fly from blobstore 
and has been working great. 

Some of my blob 
notes: http://code.google.com/p/gwt-examples/wiki/DemoGAEMultiFileBlobUpload

Which way did you choose to go?

Brandon Donnelson
http://gwt-examples.googlecode.com


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/GMfXd1GxHo8J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to