nodejs: fix forcesave (Fix Bug 63570) (bf04979c31)

This commit is contained in:
Sergey Linnik
2023-08-08 11:52:29 +03:00
parent 350ea4e678
commit ce1052139e

View File

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