This class represents a file that was received by Turbine using
multipart/form-data POST request.
After retrieving an instance of this class from the
org.apache.turbine.util.ParameterParser ParameterParser (see
org.apache.turbine.util.ParameterParser.getFileItem(String)ParameterParser.getFileItem(String) and
org.apache.turbine.util.ParameterParser.getFileItems(String)ParameterParser.getFileItems(String) ) you can use it to acces the
data that was sent by the browser. |