If you're simply serving CSV files straight to the user, there's no need to write them to the datastore or anywhere else - just write the CSV directly to the output stream (and thus your user) with no intervening temporary storage.
-Nick Johnson On Fri, May 22, 2009 at 10:28 AM, Dog Eata <[email protected]> wrote: > > Thank you for the answer. > My files are less than 1 MB so I will try to write it in the datastore. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
