pull/1/head
yflory 2021-04-28 18:21:11 +02:00
parent 390e36ea84
commit d13885bb08
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ define([
var l = privateData.plan ? ApiConfig.premiumUploadSize : false;
l = l || ApiConfig.maxUploadSize || "?";
var maxSizeStr = Util.bytesToMegabytes(l);
// XXX blob.byteLength is wrong: we should use the lenght of the encrypted content (see whiteboard)
if (blob && blob.byteLength && typeof(l) === "number" && blob.byteLength > l) {
$pv.text(Messages.error);
queue.inProgress = false;