How to limit upload file size in express.js ... Add this code for maximun 150mb app.use(bodyParser.json({limit: '150mb'})); ...
確定! 回上一頁