<%@page session="true" import="com.edeal.frontline.*"%><%@ page isELIgnored="false"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); String contextPath = (String) session.getAttribute("contextPath"); FlContext context = Frontline.getContext(contextPath != null ? contextPath : request.getContextPath()); String idColName = Utils.getRequestParameter(context, request, "IDColName"); String fileNameColName = Utils.getRequestParameter(context, request, "FileNameColName"); //if the calling page wants only image/jpeg for example String accept = Utils.getRequestParameter(context, request, "accept"); if (accept != null) { accept = "accept = \"" + accept + "\""; } else { accept = ""; } %> File Manager
/common/

Select an item from the left.