On Nov 24, 10:01 pm, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> I have written a script which magically makes web.py 0.23 applications
> run on web.py 0.3. Let me see if I can find it.
nice
> >> > new: support for GAE
>
> >> What was done to support GAE? What does this mean? It already seemed
> >> to work on it.
>
> templates don't work on GAE due to security restrictions.
>
> Here is the cookbook howto:http://webpy.org/cookbook/templates_on_gae
Was that new that it did not work as part of the .3 changes? I had
been using
templates just fine with 0.23... at least I was getting results, but
then I was running
it on the test server then uploading, which was probably uploading
the .pyc files.
>
> >> > fix: file uploads are not loaded into memory
>
> >> Hmm.. this seems like it could be incompatible with the GAE? Also was
> >> a way to limit file upload sizes put in?
>
> http://webpy.org/cookbook/limiting_upload_size
Thanks.... mostly have used perl before this for cgi's so not too
familar with the python cgi lib.
> > Does this work by spooling to a temp. file?
>
> Yes.
Doesn't this fail on the GAE ? Since you can't write to files?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---