optimize file upload

This commit is contained in:
ansuz
2017-06-01 18:16:02 +02:00
parent eb78ed072a
commit f631973f1f
3 changed files with 33 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ define([
var enc = Nacl.util.encodeBase64(box);
chunks.push(box);
Cryptpad.rpc.send('UPLOAD', enc, function (e, msg) {
Cryptpad.rpc.send.unauthenticated('UPLOAD', enc, function (e, msg) {
console.log(box);
cb(e, msg);
});