Bre*_*ker 21 javascript module multipart node.js
我正在尝试解析表单数据,包括使用node.js http服务器上传文件.我找到的所有教程类型文章都使用a require("multipart");
来包含multipart模块,但是当我尝试相同的时候,我得到:
Error: Cannot find module 'multipart'
Run Code Online (Sandbox Code Playgroud)
我也无法在当前的api文档中找到它(尽管它是在谷歌缓存版本中).那么,这个模块是否已从标准安装中移除,或者还有其他什么能够完成这项工作?
kvz*_*kvz 13
There is a better multipart parser now. You can find it at: http://github.com/felixge/node-formidable