I'm writing an application in GWT/GAE that needs to be able to import/export 
data from/to custom files. Import is no problem but how do I go about 
generating a custom file for download?

I understand that GAE does not support File and instead uses Blobs and that 
it is possible to download a file generated from that Blob. However, I can 
not find a way to generate Blobs other than to upload static files. Is this 
correct? I would like to be able to write to a Blob via a stream. Or is 
there an other way?

Carl

-- 
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