| |
|
| org.apache.turbine.services.TurbineBaseService org.apache.turbine.services.upload.BaseUploadService
Field Summary | |
final public static int | MAX_HEADER_SIZE A maximum lenght of a single header line that will be
parsed. |
MAX_HEADER_SIZE | final public static int MAX_HEADER_SIZE(Code) | | A maximum lenght of a single header line that will be
parsed. (1024 bytes).
|
getAutomatic | public boolean getAutomatic()(Code) | | Retrieves the value of the 'automatic' property of
UploadService . This reports whether the Parameter parser
should allow "automatic" uploads if it is submitted to
Turbine.
The value of 'automatic' property of UploadService. |
init | public void init()(Code) | | Initializes the service.
This method processes the repository path, to make it relative to the
web application root, if neccessary
|
parseRequest | abstract public void parseRequest(HttpServletRequest req, ParameterParser params, String path) throws TurbineException(Code) | | Processes an RFC
1867 compliant multipart/form-data stream.
Parameters: req - The servlet request to be parsed. Parameters: params - The ParameterParser instance to insert formfields into. Parameters: path - The location where the files should be stored. exception: TurbineException - If there are problems reading/parsingthe request or storing files. |
|
|
|