要限制HTTP請求的大小和上傳文件的大小,我們需要設置 body-parser 限制。 app.use(bodyParser.urlencoded({limit: '50mb' ...
確定! 回上一頁