No, you can't. There's no way to write to the filesystem without deploying a new version of the app.
Really the only options are to store the files in the datastore and have handlers that serve them as if they're static, or to use the Blobstore API to upload and serve them. On Feb 7, 8:33 am, "[email protected]" <[email protected]> wrote: > Hello, > I am interested whether you can make GAE to save files (uploaded from > a computer or from outside url) without having to upload the whole > app. Ideally, I would like to save new static html files compiled from > outside URL data and save .swf files to a GAE app engine folder on the > GAE server. > > Yours, > Zdravko -- 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.
