An attached file in an html form. More...
#include <libppbase/base_cgi/CGIFile.h>
Public Member Functions | |
| CGIFile (const base::String &name, const base::String &filename, size_t memlimit=1048576) | |
| Constructor. | |
| const base::String & | getFileName () const |
| Returns the file name. | |
| const base::String & | getName () const |
| Returns the attachment name. | |
An attached file in an html form.
| base_cgi::CGIFile::CGIFile | ( | const base::String & | name, | |
| const base::String & | filename, | |||
| size_t | memlimit = 1048576 | |||
| ) |
Constructor.
| name | the attachment name | |
| filename | the file name | |
| memlimit | memory limit in bytes |
| const base::String& base_cgi::CGIFile::getFileName | ( | ) | const |
Returns the file name.
| const base::String& base_cgi::CGIFile::getName | ( | ) | const |
Returns the attachment name.
1.7.1