My app needs to create dynamically two files so that then users can download them in zip file.
What is the solution? I cannot find a valid solution, i think that this operation is not supported in gae. I have tried with this: - gaeVfs: creating a file with gaeVfs, when i copy the byte of file in outputStream of Response the result is that the file downloaded have 0 byte, it is empty - other solution: blobstore, datastore...they don't seem the solution for this problem. So, can i allow users to download a zip file created dynamically? -- 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.
