Hey webPY.

I need a little help tracking down why my POST vars are disappearing:
both web.input(_method="POST") and web.data() are empty. Trying to
view these with cgi.FieldStorage() shows up as empty as well.

do web.input() and/or web.data() read from stdin? any reason they'd be
dropping post vars when moving through a subdir_application()?

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

Reply via email to