getContentType(String fieldName) Returns the content type(s) of the file(s) associated with the specified field name
(as supplied by the client browser), or null if no files are associated with the
given field name.
getFilesystemName(String fieldName) Returns the file system name(s) of files associated with the given field name or
null if no files are associated with the given field name.
Returns the content type(s) of the file(s) associated with the specified field name
(as supplied by the client browser), or null if no files are associated with the
given field name.
Parameters: fieldName - input field name an array of content encoding for the specified input field name or null ifno content type was specified.
Returns a list of error messages that may have occurred while processing the request.
If there are no errors, an empty list is returned. If the underlying implementation
(ie: pell, cos, jakarta, etc) cannot support providing these errors, an empty list is
also returned. This list of errors is repoted back to the
MultiPartRequestWrapper 's errors field.
a list of Strings that represent various errors during parsing
Returns a
java.io.File object for the filename specified or null if no files
are associated with the given field name.
Parameters: fieldName - input field name a File[] object for files associated with the specified input field name
Returns a String[] of file names for files associated with the specified input field name
Parameters: fieldName - input field name a String[] of file names for files associated with the specified input field name
Returns the file system name(s) of files associated with the given field name or
null if no files are associated with the given field name.
Parameters: fieldName - input field name the file system name(s) of files associated with the given field name
Returns a list of all parameter values associated with a parameter name. If there is only
one parameter value per name the resulting array will be of length 1.
Parameters: name - the name of the parameter. an array of all values associated with the parameter name.