multipart/form-data stream. If files are stored on disk, the path is given by getRepository().
@param req The servlet request to be parsed. Must be non-null.
@param sizeThreshold The max size in bytes to be stored in memory.
@param sizeMax The maximum allowed upload size, in bytes.
@param path The location where the files should be stored.
@return A list of FileItem instances parsed from therequest, in the order that they were transmitted.
@throws FileUploadException if there are problems reading/parsingthe request or storing files.
@deprecated 1.1 Use ServletFileUpload instead.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |