mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 19:49:26 +00:00
Add missing input
This commit is contained in:
@@ -2255,6 +2255,7 @@ function beginAssetUpload(selectedFile) {
|
||||
const pendingId = addPendingUpload(selectedFile.name);
|
||||
const data = new FormData();
|
||||
data.append("file", selectedFile);
|
||||
const fileInput = document.getElementById("asset-file");
|
||||
if (fileNameLabel) {
|
||||
fileNameLabel.textContent = "Uploading...";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user