How to use Multer without express

╄→гoц情女王★ 提交于 2020-06-28 14:55:12

问题


I am trying to set up image upload for a website with a node.js backend. I am sending the image file as a FormData object on a ajax post request. Can I use Multer without Express to upload the images? If so, how can I do it? (considering that I am not using express I have to manually collect post data)

来源:https://stackoverflow.com/questions/56161896/how-to-use-multer-without-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!