feat: remove unzip uploaded feature (#11)

Use drag&drop/webdav to upload folders
This commit is contained in:
sigoden
2022-06-04 13:01:17 +08:00
committed by GitHub
parent 0a64762df4
commit 0616602659
3 changed files with 1 additions and 43 deletions

View File

@@ -45,9 +45,6 @@ class Uploader {
upload() {
const { file, idx, name } = this;
let url = getUrl(name);
if (file.name == baseDir + ".zip") {
url += "?unzip";
}
$uploadersTable.insertAdjacentHTML("beforeend", `
<tr id="upload${idx}" class="uploader">
<td class="path cell-name">