Index: lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp,v
diff -u -r1.21.2.6 -r1.21.2.7
--- lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp 2 Dec 2016 10:53:18 -0000 1.21.2.6
+++ lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp 2 Dec 2016 21:04:57 -0000 1.21.2.7
@@ -1,16 +1,23 @@
<%@ include file="/common/taglibs.jsp"%>
+<%@ page import="org.lamsfoundation.lams.util.Configuration" %>
+<%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %>
+<%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_LARGE_MAX_SIZE)%>
<%@ include file="addheader.jsp"%>
+
+