UCommon
|
The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method. More...
#include <mime.h>
Public Member Functions | |
MIMEMultipartForm () | |
Construct a form result. | |
![]() | |
virtual void | body (std::ostream *output) |
Stream the "body" of the multi-part document. | |
char ** | getHeaders (void) |
Get a string array of the headers to use. | |
virtual void | head (std::ostream *output) |
Stream the headers of the multi-part document. | |
MIMEMultipart (const char *document) | |
Contruct a multi-part document, and describe it's type. | |
Additional Inherited Members | |
![]() | |
char | boundry [8] |
MIMEItemPart * | first |
char * | header [16] |
MIMEItemPart * | last |
char | mtype [80] |
The Multipart form is a MIME multipart document specific for the construction and delivery of form data to a web server through a post method.
deliver form results as multipart document.
ost::MIMEMultipartForm::MIMEMultipartForm | ( | ) |
Construct a form result.
This is a MIMEMultipart of type multipart/form-data.