s_form_field Struct Reference

Form field structure. More...

#include <form.h>


Data Fields

char * name
 Name of the field.
union {
   char *   data
 data.data represents actual form field data.
   struct s_form_field **   array
 Holds fields array, if there are multiple fields with one name.
data
 Field data union.
long length
 Data length (for example for binary fields).
char * content_type
 Field content type (for example for files).
char * file_name
 The filename for uploaded file.
int is_file
 Shows if the field is file.
int is_array
 Shows if the field is an array.


Detailed Description

Form field structure.

This structure represents a form field.


Field Documentation

Name of the field.

data.data represents actual form field data.

Holds fields array, if there are multiple fields with one name.

union { ... } s_form_field::data

Field data union.

Field content type (for example for files).

The filename for uploaded file.

Shows if the field is file.

Shows if the field is an array.


The documentation for this struct was generated from the following file:

Generated on Tue Jun 17 17:31:11 2008 for CGI Library by  doxygen 1.5.5