Mike Meyer wrote:
> "jponiato" <[EMAIL PROTECTED]> writes:
>
>
>>Greetings.
>>An HTML form submits it's data to a python cgi script on my server. This
>>script accepts this POST data, and uses urllib.urlopen() to call a different
>>cgi script (on an external server), passing this same data. I'm
"jponiato" <[EMAIL PROTECTED]> writes:
> Greetings.
> An HTML form submits it's data to a python cgi script on my server. This
> script accepts this POST data, and uses urllib.urlopen() to call a different
> cgi script (on an external server), passing this same data. I'm using
> cgi.FieldStorag