libdodo: dodo::cgi::file Class Reference

dodo::cgi::file Class Reference

defines node about uploaded POST file More...

#include <cgi.h>

List of all members.

Public Member Functions

 file ()
 constructor

Public Attributes

dodoString name
 real name of the file
dodoString mime
 mimetype of the file
dodoString path
 path where it was temporary saved[empty, if file is stored in the memory]
unsigned long size
 size of the file
short error
 error code,
dodoString data
 contains file data[if file is stored in the memory]

Detailed Description

defines node about uploaded POST file

Definition at line 174 of file cgi.h.


Constructor & Destructor Documentation

dodo::cgi::file::file (  ) 

constructor


Member Data Documentation

contains file data[if file is stored in the memory]

Definition at line 187 of file cgi.h.

error code,

See also:
cgi::ileErrorEnum

Definition at line 186 of file cgi.h.

mimetype of the file

Definition at line 183 of file cgi.h.

real name of the file

Definition at line 182 of file cgi.h.

path where it was temporary saved[empty, if file is stored in the memory]

Definition at line 184 of file cgi.h.

unsigned long dodo::cgi::file::size

size of the file

Definition at line 185 of file cgi.h.


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

Generated on Sun Nov 8 03:44:42 2009 for libdodo by  doxygen 1.6.1