Uhh,

You could also have static files in your application that your just
serve with GET requests if that is what you mean.

http://code.google.com/appengine/docs/java/gettingstarted/staticfiles.html

Regards,
Jon Berg.


On Oct 16, 8:17 pm, jonbbbb <[email protected]> wrote:
> Hi,
>
> I am not an expert...
>
> You could store pieces of data of up to 1 mb in the data 
> store.http://code.google.com/appengine/docs/java/datastore/overview.html
> So it is kind of limited to use as a file storage.
> Also it will be cumbersome to download the data. I suppose you would
> have to return all the data within the 30 seconds running limit of the
> servlet.
>
> Regards,
> Jon Berg.
>
> On Oct 16, 7:40 pm, david <[email protected]> wrote:
>
> > Hi,
>
> > I want to know if is possible to store files in GAE to get after with
> > (http) GET url.
>
> > How do I store files?
>
> > Thank you very much.
--~--~---------~--~----~------------~-------~--~----~
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