|
GNU CommonC++
|
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. | |
Protected Member Functions | |
| virtual | ~MIMEMultipartForm () |
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.
| virtual ost::MIMEMultipartForm::~MIMEMultipartForm | ( | ) | [protected, virtual] |
Construct a form result.
This is a MIMEMultipart of type multipart/form-data.
1.7.6.1