Struts文件上传大小和类型限制
public class com.hyj.struts.MyMultipartRequestHandler implements MultipartRequestHandler;
<struts-config> <global-exceptions><exception key="Upload.Excepion" type="com.hyj.commons.exception.UploadExcepion" path="/../exception.do" /> </global-exceptions> <controller maxFileSize="2M" multipartinputForward="true" /></struts-config>??
?