%@ page import="com.hotent.core.util.AppConfigUtil" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/commons/include/html_doctype.html"%> <% String max = request.getParameter("max"); String type = request.getParameter("type"); String maxUploadSize = AppConfigUtil.get("maxUploadSize"); %>
<%@include file="/commons/include/get.jsp"%>