Problems posting with urlencode

Steve Holden steve at holdenweb.com
Sun Oct 2 05:51:47 EDT 2005


Fredrik Lundh wrote:
> Joseph Chase wrote:
> 
> 
>>When I go and view the inserted record, the record exists, but the field
>>values are null.  It is my thinking that the backend needs the "id" value
>>for each input value; how do I add that data to the urlencode() call?
> 
> 
> since the id isn't part of the form data set:
> 
>     http://www.w3.org/TR/REC-html40/interact/forms.html#form-data-set
> 
> that's a bit unlikely.
> 
> printing the params string might help you figure out what's
> missing.
> 

If there's no chance of putting any debug statements into the processing 
script you might consider using a proxy or submitting to a local server 
to ensure that you are submitting what you think.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC                     www.holdenweb.com
PyCon TX 2006                  www.python.org/pycon/




More information about the Python-list mailing list