node.js body-parser 为什么会报错 bodyParser.raw is not a function?
ringa_lee
ringa_lee 2017-04-17 14:36:52
0
2
783

很简单的一段代码,想要设置raw的entity大小,因为上传图片导致node request entity too large

修改:

app.use(bodyParser.json({limit: "50mb"}));
app.use(bodyParser.raw({limit: "50mb"}));//这里出错了,bodyParser.raw is not a function?
app.use(bodyParser.urlencoded({limit: "50mb", extended: true, parameterLimit:50000}));
ringa_lee
ringa_lee

ringa_lee

全員に返信(2)
PHPzhong

你的body-parser什么版本?

いいねを押す +0
Peter_Zhu

这些中间件都已经在exprss4.0之后connect中分离出来了

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!