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

Variables

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

Meta