- Add `applyMegabytesOrBytesEnv` to accept size settings in either bytes or MB - Prefer `*_BYTES` when set, otherwise convert `*_MB` to bytes with overflow guard - Add coverage for MB-based environment overrides - Introduce `static/js/upload-popups.js` to lazy-load and cache popup templatesfeat(config): support *_MB env vars for upload size limits - Add `applyMegabytesOrBytesEnv` to accept size settings in either bytes or MB - Prefer `*_BYTES` when set, otherwise convert `*_MB` to bytes with overflow guard - Add coverage for MB-based environment overrides - Introduce `static/js/upload-popups.js` to lazy-load and cache popup templates
9 lines
469 B
HTML
9 lines
469 B
HTML
<h3>Duplicate file names detected</h3>
|
|
<p>These files have the same names as files already in the queue.</p>
|
|
<ol class="duplicate-list">{{ list }}</ol>
|
|
<p>Skip them, or append numbers so they become names like <code>file (2).zip</code>.</p>
|
|
<div class="copy-fallback-actions">
|
|
<button class="win98-button" type="button" id="duplicate-append">Append numbers</button>
|
|
<button class="win98-button" type="button" id="duplicate-skip">Skip duplicates</button>
|
|
</div>
|