parse(HttpServletRequest servletRequest, String saveDir) Creates a new request wrapper to handle multi-part data using methods adapted from Jason Pell's
multipart classes (see class description).
Creates a new request wrapper to handle multi-part data using methods adapted from Jason Pell's
multipart classes (see class description).
Parameters: saveDir - the directory to save off the file Parameters: servletRequest - the request containing the multipart throws: java.io.IOException - is thrown if encoding fails.