This commit is contained in:
Anthony Stirling 2025-03-20 00:10:42 +00:00
parent 540f6c6320
commit fa50ac88e5

View File

@ -235,7 +235,7 @@
<input type="file" class="form-control"
th:name="${name}"
th:id="${name}+'-input'"
th:accept="${accept == null ? '*/*': ((accept == '*/*') ? accept : (accept + ',.zip'))}
th:accept="${accept == null ? '*/*': ((accept == '*/*') ? accept : (accept + ',.zip'))}"
th:attr="multiple=${!disableMultipleFiles}"
th:required="${notRequired} ? null : 'required'">
Browse