mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
back단 : 공지사항 컨트롤러 파라미터 검사기능 추가, 업로드 파일 사이즈 150MB 변경
front단 : 공지사항 업로드 zip 파일 추가 가능하도록 변경
This commit is contained in:
@@ -71,12 +71,12 @@
|
||||
<tr>
|
||||
<th style="width: 10%">첨부파일</th>
|
||||
<td class="sender" colspan="5">
|
||||
<p class="file" style="width: 100%; margin-bottom: 15px">파일형식 : jpg, png, pdf, tiff (최대 5MB)</p>
|
||||
<p class="file" style="width: 100%; margin-bottom: 15px">파일형식 : jpg, png, pdf, tiff, zip</p>
|
||||
<div class="btn plus">
|
||||
파일 추가
|
||||
<input
|
||||
type="file"
|
||||
accept=".jpg,.png,.pdf,.tiff"
|
||||
accept=".jpg,.png,.pdf,.tiff,.zip"
|
||||
multiple="multiple"
|
||||
ref="imageUploader"
|
||||
@change="onFileChange"
|
||||
|
||||
Reference in New Issue
Block a user