It uploads anything that's not set to be ignored either in app.yaml
(if specified there) or in the default list of regexes to ignore.

Note that to be uploaded as a static file (rather than an application
file accessible to your code but not served directly), a file must
either be contained in a directory marked as a static directory in
app.yaml or be matched by an upload: directive after a static_files:
directive in app.yaml.


On Feb 8, 3:00 am, Massimiliano <[email protected]>
wrote:
> Hi, I'm new and I'm trying to understand how app-engine works. When I'm
> deploying something, is it uploading all the directory? So it is not going
> to upload only the ,py files.
>
> Thanks
>
> Febo
>
> 2010/2/8 Wooble <[email protected]>
>
>
>
> > 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]<google-appengine%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
>
> My email: [email protected]
> My Google Wave: [email protected]

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

Reply via email to