* data. If the request argument is an instance of MultipartRequestWrapper,
* the request wrapper will be populated as well.
*/
public void handleRequest(HttpServletRequest request)
throws ServletException {
ModuleConfig moduleConfig = (ModuleConfig) request
.getAttribute(Globals.MODULE_KEY);
retrieveTempDir(moduleConfig);
try {
MultipartIterator iterator = new MultipartIterator(request,
moduleConfig.getControllerConfig().getBufferSize(),
getMaxSize(moduleConfig.getControllerConfig()
.getMaxFileSize()), tempDir);
MultipartElement element;
textElements = new Hashtable();
fileElements = new Hashtable();