how to send file in express.post function code example Example: sendfile express syntax app.get('/', function(req, res){ res.sendFile('index.html'); });