Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 multer 制作这样的应用程序我正在尝试制作它,以便用户能够上传多个图像。
参考图像
参考multer 的一个例子 你只需要改变一件事就可以了
upload.array("images")
它将允许您从单个表单上传多个图像。