Only remove tmp files.
Get the filename from the content-disposition.
@see Part#getContentType()
Get the file
@see Part#getHeader(string)
@see Part#getHeaderNames()
@see Part#getHeaders(string)
@see Part#getInputStream()
@see Part#getName()
@see Part#getSize()
@see Part#getSubmittedFileName()
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
@see Part#write(string)
Gets the content of this part as an <tt>InputStream</tt>
Gets the content type of this part.
Gets the name of this part
Gets the file name specified by the client
Returns the size of this fille.
A convenience method to write this uploaded item to disk.
Save the content to a temp file
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
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 values of the Part header with the given name.
Gets the header names of this Part.