Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageRegist.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageRegist.jsp (revision 66)
+++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageRegist.jsp (revision 67)
@@ -196,7 +196,7 @@
<!-- 첨부파일 -->
<input type="hidden" id="atchFileId" name="atchFileId" value="" />
</div>
- <em class="exp filenote">※ 파일당 10MB까지 첨부 가능합니다.</em>
+ <em class="exp filenote">※ 파일당 ${boardMasterVO.atchPosblFileSize }MB까지 첨부 가능합니다.</em>
<ul id="egovComFileList" class="file_list addFileSize" style="display: none;"></ul>
</td>
</tr>
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleUpdt.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleUpdt.jsp (revision 66)
+++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleUpdt.jsp (revision 67)
@@ -217,7 +217,7 @@
<input type="hidden" id="atchFileId" name="atchFileId" value="${articleVO.atchFileId}" />
<label for="egovComFileUploader" class="btn_m bg_basic btn_file_up" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file-up"></span></label>
</div>
- <em class="exp filenote">※ 파일당 10MB까지 첨부 가능합니다.</em>
+ <em class="exp filenote">※ 파일당 ${boardMasterVO.atchPosblFileSize }MB까지 첨부 가능합니다.</em>
<div class="file_list" id="egovComFileList"></div>
</div>
</li>
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageUpdt.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageUpdt.jsp (revision 66)
+++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageUpdt.jsp (revision 67)
@@ -188,7 +188,7 @@
<!-- 첨부파일 -->
<input type="hidden" id="atchFileId" name="atchFileId" value="${articleVO.atchFileId}" />
</div>
- <em class="exp filenote">※ 파일당 10MB까지 첨부 가능합니다.</em>
+ <em class="exp filenote">※ 파일당 ${boardMasterVO.atchPosblFileSize }MB까지 첨부 가능합니다.</em>
<div class="space5"></div>
<ul id="egovComFileList" class="file_list" style="display: none;"></ul>
</td>
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp (revision 66)
+++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp (revision 67)
@@ -246,7 +246,7 @@
<input type="hidden" id="atchFileId" name="atchFileId" value="" />
<label for="egovComFileUploader" class="inputFile" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file"></span></label>
</div>
- <em class="exp filenote">※ 파일당 10MB까지 첨부 가능합니다.</em>
+ <em class="exp filenote">※ 파일당 ${boardMasterVO.atchPosblFileSize }MB까지 첨부 가능합니다.</em>
<ul class="file_list" id="egovComFileList">
</ul>
</div>
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?