dvcgi test
- This cgi program demonstrates a ``persistent'' session.
The source file is test-sessionserver.C which maintains
a persisten integer variable.
test-cgisession
- This program demonstrates an application error,
i.e. an exception is thrown before any output has
been written to the cgi object.
test-cgierr
- This program demonstrates multipart form data and
file input. The raw cgi data and the contents of the
file will be saved in local files (the names can
be glanced from test.conf).
The output shows the key=value pairs from
cgi.props()
(except for the contents of the file).
- This program demonstrates url encoded form data.
file input. The raw cgi data will be saved in a local file
(the name can be glanced from test.conf).
The output shows the key=value pairs from
cgi.props()
.