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.
#include <mime.h>
Inherits ost::MIMEMultipart.
MIMEMultipartForm ()
Construct a form result.
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.
Author:
David Sugar [email protected] deliver form results as multipart document.
Construct a form result. This is a MIMEMultipart of type multipart/form-data.
Generated automatically by Doxygen for GNU CommonC++ from the source code.