mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
accept
This commit is contained in:
parent
540f6c6320
commit
fa50ac88e5
@ -235,7 +235,7 @@
|
|||||||
<input type="file" class="form-control"
|
<input type="file" class="form-control"
|
||||||
th:name="${name}"
|
th:name="${name}"
|
||||||
th:id="${name}+'-input'"
|
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:attr="multiple=${!disableMultipleFiles}"
|
||||||
th:required="${notRequired} ? null : 'required'">
|
th:required="${notRequired} ? null : 'required'">
|
||||||
Browse
|
Browse
|
||||||
|
Loading…
Reference in New Issue
Block a user