Index: lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp
===================================================================
diff -u -rfd2cfeef7d955498a1b1a3fe7f2a37c9f9b8b154 -r73f88e6a635cb095a73df2b86fd67d6a2e6e1301
--- lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp (.../addfile.jsp) (revision fd2cfeef7d955498a1b1a3fe7f2a37c9f9b8b154)
+++ lams_tool_larsrc/web/pages/authoring/parts/addfile.jsp (.../addfile.jsp) (revision 73f88e6a635cb095a73df2b86fd67d6a2e6e1301)
@@ -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"%>
+
+