Index: ssts-web/src/main/webapp/common/includeUploadFilesJSAndCSS.jsp =================================================================== diff -u -r12331 -r17419 --- ssts-web/src/main/webapp/common/includeUploadFilesJSAndCSS.jsp (.../includeUploadFilesJSAndCSS.jsp) (revision 12331) +++ ssts-web/src/main/webapp/common/includeUploadFilesJSAndCSS.jsp (.../includeUploadFilesJSAndCSS.jsp) (revision 17419) @@ -1,8 +1,15 @@ +<%@ page import="com.forgon.disinfectsystem.common.Constants" %> +<%@ page import="com.forgon.tools.AppKeys" %> <%@ page contentType="text/html; charset=UTF-8"%> <% request.setAttribute("attachFileFieldname", com.forgon.tools.AppKeys.Attach_File_Field_Prefix); %> +<% request.setAttribute("attachFiLeMaxSize", AppKeys.ATTACH_FILE_MAX_SIZE); %> - \ No newline at end of file + + \ No newline at end of file