Node.js表示res.download和res.attachment不会更改文件名

时间:2016-06-28 14:08:45

标签: javascript node.js express

表示4.13 node.js 5.7.0

我正在尝试使用重命名的文件转发给用户。

Archive.findById(req.params.id, function(err, file) {
    res.download(file.path, "justfile.docx");
});

此代码无效。当我使用它时,使用默认名称下载文件,而不是使用" justfile.docx&#34 ;.

0 个答案:

没有答案