switch to filepath
This commit is contained in:
parent
43ac05d1fc
commit
d3f3f47286
|
@ -353,7 +353,7 @@ export class CipherService implements CipherServiceAbstraction {
|
|||
} catch (e) {
|
||||
if (Utils.isNode) {
|
||||
fd.append('data', new Buffer(encData) as any, {
|
||||
filename: encFileName.encryptedString,
|
||||
filepath: encFileName.encryptedString,
|
||||
contentType: 'application/octet-stream',
|
||||
} as any);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue