mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
nodejs: fix forcesave (Fix Bug 63570) (bf04979c31)
This commit is contained in:
@ -711,7 +711,7 @@ app.post('/track', async (req, res) => { // define a handler for tracking file c
|
||||
|
||||
const downloadExt = `.${body.fileType}`;
|
||||
const isSubmitForm = body.forcesavetype === 3; // SubmitForm
|
||||
let correctName = '';
|
||||
let correctName = fileName;
|
||||
let forcesavePath = '';
|
||||
|
||||
if (isSubmitForm) {
|
||||
|
||||
Reference in New Issue
Block a user