mirror of
https://github.com/9001/copyparty.git
synced 2026-03-30 12:02:58 +10:00
download as tar + utf8 zip + optimize walk
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user