switch to filepath

This commit is contained in:
Kyle Spearrin 2018-05-25 08:39:48 -04:00
parent 43ac05d1fc
commit d3f3f47286
1 changed files with 1 additions and 1 deletions

View File

@ -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 {