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 |
( |
|
) |
|
Member Data Documentation
error code,
- See also:
- cgi::ileErrorEnum
Definition at line 186 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.
The documentation for this class was generated from the following file: