On Sep 20, 4:01 am, Armin Ronacher <[email protected]>
wrote:
> Hi,
>
> On 9/20/10 3:59 AM, Ivan Voras wrote:> request.args is empty, when it should 
> contain form fields from the POST
>
>  > method.
> It should not. request.args is for the URL parameters.  Form data (POST
> and PUT) goes to request.form.  If you need an unified view of both, you
> can use request.values which combines values from args and form.

You're right! I thought it would be a PEBKAC when everything else was
going just fine :)

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en.

Reply via email to