%@ taglib uri='struts-bean' prefix='bean' %>
<%@ taglib uri='struts-logic' prefix='logic' %>
<%@ taglib uri='struts-html' prefix='html' %>
<%@ taglib uri='struts-genurl' prefix='genurl' %>
<%@ include file="header.jsp" %>
<%
try {
%>
upload
<%
} catch (Throwable t) {
t.printStackTrace();
}
%>
<%@ include file="footer.jsp" %>