<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%><% /* Content: 选择附件框 */ //获得页面参数 String sEDocNo = CurPage.getParameter("EDocNo"); String sDocType = CurPage.getParameter("DocType"); String acceptType = "application/msword"; if("Def".equals(sDocType)) acceptType = "application/xml"; %> 请选择模板文件
请选择一个文件作为附件上传:
  
                               
<%@ include file="/IncludeEnd.jsp"%>