FormData

Creates a multipart/form-data object that is suitable for file uploads and other kinds of POST

class FormData {
MimePart[] parts;
}
Suggestion Box / Bug Report