working s3 integration
This commit is contained in:
parent
39a63cd16e
commit
f377aa4551
2 changed files with 54 additions and 56 deletions
|
@ -37,7 +37,7 @@ class FileReceiver extends EventEmitter {
|
|||
data: this.result,
|
||||
fname: xhr
|
||||
.getResponseHeader('Content-Disposition')
|
||||
.match(/="(.+)"/)[1]
|
||||
.match(/=(.+)/)[1]
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue