N
N
NarkoMan012021-03-03 17:06:00
Node.js
NarkoMan01, 2021-03-03 17:06:00

How to cancel a redirect after receiving a response from the server?

after sending a response from the server

app.post("/upload",function (req, res, next) {
        if(!filedata)
            res.send("Ошибка при загрузке файла");
        else
        res.sendStatus(200)
    });

The client is redirected to another page, how to avoid this?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question