버그 수정: 관리자 권한 DB 불일치 우회 및 다중 엑셀 파일 업로드 기능 구현

This commit is contained in:
2026-05-26 21:50:19 +09:00
parent 274507e2af
commit b2ecd896f5
4 changed files with 99 additions and 82 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
<span>(.xls, .xlsx)</span>
</span>
</label>
<input id="file-upload" type="file" accept=".xls, .xlsx" />
<input id="file-upload" type="file" accept=".xls, .xlsx" multiple />
</div>
</div>