On 9/2/08 11:45 AM, Fred wrote: > but "An app can read files, but only files uploaded with the > application code" from > http://code.google.com/appengine/docs/whatisgoogleappengine.html > > So should the zip file would be imported into the datastore?
Your first paragraph should give you the answer. If it contains static data, you can put it in your local development tree and upload it with appcfg. Or you can put it in the data store as the equivalent of a BLOB.Brian Brian Clapper, http://www.clapper.org/bmc/ Boy, n.: A noise with dirt on it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
