root

CGI Experiments

Gene Michael Stover

created Tuesday, 21 September 2004
updated Tuesday, 21 September 2004

Copyright © 2004 Gene Michael Stover. All rights reserved. Permission to copy, store, & view this document unmodified & in its entirety is granted.


Fill-in this form & press Submit. It'll send the data to a simple CGI program that echoes the data so I (& you) can see how a CGI program receives data from an HTML form.

This form POSTs its data, encoded as MIM multipart/form-data.

Text 0:
A text field. Size is 40. Initial value is "size is 40".

Password 0:
A password field. Size is 40. No initial value.

Checkboxes 0:
Red
Green
Blue

Radio 0:
Right
Left
Strange

File 0:
A file upload field. Size is 40.

File 1:
A file upload field. Default size. Only accepts text, but in my experiments with Mozilla, that doesn't change anything.

Select 0:

Textarea 0

End.