FilePart

Single part of a multipart form.

A FilePart is the data structure for individual "multipart/form-data" parts according to RFC 1867 section 7.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

filename
NativePath.Segment filename;
Undocumented in source.
headers
InetHeaderMap headers;
Undocumented in source.
tempPath
NativePath tempPath;
Undocumented in source.

Meta