我有jsp代码
学院.jsp 页面
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<html>
<head>
</head>
<body>
<html:form action ="/college.do">
<fieldset>
<legend>COLLEGE INFORMATION :</legend>
<pre>
Gallery Images: <input type="file" name="file[]" multiple/>
<html:submit value = "S U B M I T"/>
</fieldset>
</html:form>
</body>
</html>
如何在struts中上传多张图片
项目中的总图像存储文件夹
使用这个jsp,但我想CollegeAction类和CollegeForm类怎么做请帮我写代码