allow for multi-upload files via button

This commit is contained in:
MathMan05 2025-04-09 10:42:04 -05:00
parent b0d726b8ef
commit 71ee9d3f36

View file

@ -255,6 +255,7 @@ import {I18n} from "./i18n.js";
const input = document.createElement("input");
input.type = "file";
input.click();
input.multiple = true;
console.log("clicked");
input.onchange = () => {
if (input.files) {