fixes issues 195 and 192
This commit is contained in:
parent
52173bf6e7
commit
b419a6025f
3 changed files with 7 additions and 7 deletions
|
@ -131,7 +131,7 @@ class FileSender extends EventEmitter {
|
|||
JSON.stringify({
|
||||
aad: arrayToHex(hash),
|
||||
id: fileId,
|
||||
filename: file.name
|
||||
filename: encodeURIComponent(file.name)
|
||||
})
|
||||
);
|
||||
xhr.send(fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue