The vue-html5-editor image is uploaded and displayed successfully, but the data cannot be obtained at the backend.

1. The front end uploads the picture using vue-html5-editor, which shows that it has been uploaded successfully

2.3000
app.post("/img", function (req, res) {


});

//
var server = app.listen(3000, "127.0.0.1",function () {


})

I"d like to know what went wrong. Thank you

Apr.11,2022
Menu