Couple of options:

Host the 'static' files elsewhere (eg Amazon S3 - esp as it will soon
have a CDN)

Store the files in the datastore, and serve them dynamically via a
script. (be careful to set good caching headers to avoid wasting
resources)

Store the files in zip files (beware a 1Mb limit) and dynamicially
serve them via a script. (not recommended)

You have 10 'apps', distribute your static files around other installations.



On Fri, Oct 10, 2008 at 3:36 AM, phtq <[EMAIL PROTECTED]> wrote:
>
> We have an application we want to put online but it contains about
> 8,000 files (these are mp3, gif, swf, html, etc) in the English
> version alone. We tested a cut down version online and it worked fine,
> but when we try to put up the whole application for testing we get a
> fail message from the uploader.
>
> Is it going to impossible to mount this application in
> GoogleAppEngine?
>
> >
>



-- 
Barry

- www.nearby.org.uk - www.geograph.org.uk -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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