<%@page import="com.tenwa.util.QuartzPropertiesUtil"%> <%@ page contentType="text/html; charset=GBK"%> <%@include file="/Frame/resources/include/include_begin_info.jspf"%> <% //获得组件参数 String flowNo=CurPage.getParameter("FlowNo"); String sLibraryId = CurPage.getParameter("Library_id"); String objectType = CurPage.getParameter("ObjectType"); ASResultSet rs = Sqlca.getASResultSet(new SqlObject("select doc_type,one_classify,doc_name,remark from lb_doclibrary where id = '" + sLibraryId + "'")); String docType = ""; String oneClassify = ""; String docName = ""; String remark = ""; if(rs.next()) { docType = rs.getString("doc_type"); //一级分类 oneClassify = rs.getString("one_classify"); //二级分类 docName = rs.getString("doc_name"); //资料名称 remark = rs.getString("remark"); //备注 } %> File Upload
<%-- --%>
<%=docName %>
未选择任何文件
选择文件
<% if(!"true".equals(QuartzPropertiesUtil.get("autoUpload"))) {%> <%} %>
<%@ include file="/Frame/resources/include/include_end.jspf"%>