在struts.xml配置文件中,添加<constant name="struts.multipart.maxSize" value="10485760"/> 這裏的value單位爲B,即10485760B = 10MB。 xml