firefox-android can't multiselect

This commit is contained in:
ed 2019-06-28 16:13:30 +00:00
parent 2044de6cf6
commit 1131b4dcf7

View file

@ -212,6 +212,14 @@ function o(id) {
fobj = fobj.getAsFile();
}
try {
fobj.size;
}
catch {
return alert(
'Due to a browser bug, Firefox-Android can only do one file at a time:\n' +
'https://bugzilla.mozilla.org/show_bug.cgi?id=1456557');
}
var entry = {
"n": parseInt(st.files.length.toString()),
"t0": new Date().getTime(), // TODO remove probably