i have a Problem with uploading large Files in IE (Firefox it is ok). Here is the first part of my fileuploadinterceptor. (i just override the fileuploadinterceptor and added some debug messages)
public String intercept(ActionInvocation invocation) throws Exception {
ActionContext ac = invocation.getInvocationContext(); HttpServletRequest request = (HttpServletRequest) ac.get(ServletActionContext.HTTP_REQUEST);