post in CGI scripts

Barbini Uberto Uberto.Barbini at ceda.polimi.it
Tue Jan 9 09:38:06 EST 2001


I've found some problems to use "post" method in my cgi script (in python).

>From which I read I assumed that
>>>
import cgi

form = cgi.FieldStorage()
<<<

have to run both with "get" and "post" html form methods.

Anyway my script (a converter from nntp to html) can get input values only
with "get" method and not with "post" method.

I'm using Xitami under w2k. I configured it adding a filter which link *.py
to python.exe.

Where I'm doing wrong?


Ciao Uberto




More information about the Python-list mailing list