Answer the question
In order to leave comments, you need to log in
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)
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question