Express uses connect middleware, you can specify the file upload size by using the following app.use(express.limit('4M')); Connect Limit middleware ...
確定! 回上一頁