Definition at line 75 of file FileItemFactory.java.
Package Functions | |
FileItem | createItem (String fieldName, String contentType, boolean isFormField, String fileName) |
Create a new FileItem instance from the supplied parameters and any local factory configuration. |
FileItem org.apache.commons.fileupload.FileItemFactory.createItem | ( | String | fieldName, | |
String | contentType, | |||
boolean | isFormField, | |||
String | fileName | |||
) | [package] |
Create a new FileItem instance from the supplied parameters and any local factory configuration.
fieldName | The name of the form field. | |
contentType | The content type of the form field. | |
isFormField | true if this is a plain form field; false otherwise. | |
fileName | The name of the uploaded file, if any, as supplied by the browser or other client. |
Implemented in org.apache.commons.fileupload.DefaultFileItemFactory.
Referenced by org.apache.commons.fileupload.FileUploadBase.createItem().