« Return to Thread: Struts 2 file upload size validation
by Rubbinio :: Rate this Message:
Reply to Author | View in Thread
mgainty wrote: 2.0.11 FileUploadIntereptor.java ActionContext ac = invocation.getInvocationContext(); HttpServletRequest request = (HttpServletRequest) ac.get(ServletActionContext.HTTP_REQUEST); HashMap map = request.getParameterMap(); //for further information take a look at http://www.docjar.com/docs/api/javax/servlet/ServletRequest.html#getParameterMap