Save the content to a temp file
Gets the content type of this part.
Returns the value of the specified mime header as a <code>string</code>. If the Part did not include a header of the specified name, this method returns <code>null</code>. If there are multiple headers with the same name, this method returns the first header in the part. The header name is case insensitive. You can use this method with any request header.
Gets the header names of this Part.
Gets the values of the Part header with the given name.
Gets the content of this part as an <tt>InputStream</tt>
Gets the name of this part
Returns the size of this fille.
Gets the file name specified by the client
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
A convenience method to write this uploaded item to disk.
<p> This class represents a part or form item that was received within a <code>multipart/form-data</code> POST request.