how can I read raw post input? e.g. form data

>>> environ["wsgi.input"].read(content_length)
>>> nothing ...
>>> environ["paste.parsed_formvars"][1].read(content_length)
>>> nothing ...

thanks!

-- 
Regards,
alec



_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to