multipart/form-data stream.
@param req The servlet request to be parsed.
@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 Use the method in ServletFileUpload instead.
| |
| |
| |
| |