download as tar + utf8 zip + optimize walk

This commit is contained in:
ed
2021-03-26 20:43:25 +01:00
parent e14d81bc6f
commit 871dde79a9
5 changed files with 40 additions and 18 deletions

View File

@@ -278,7 +278,7 @@ function up2k_init(have_crypto) {
}
else files = e.target.files;
if (files.length == 0)
if (!files || files.length == 0)
return alert('no files selected??');
more_one_file();