app.use(bodyParser.json()) app.post('/a.html', function(req, res) { res.send(req.body.file); //Undefined })