gpt4 book ai didi

node.js - 我想将 2 个图像数组从我的 Angular 前端传递到我的后端 Node js

转载 作者:太空宇宙 更新时间:2023-11-04 01:24:09 24 4
gpt4 key购买 nike

这是我获取前端数据的后端代码

router.post( "",multer({ storage: storage }).array(
'image[]',6,
'freeimagePath[]', 8
) ,
(req, res, next) => {
console.log("image is ",req.body.image);
console.log("freeimage is ",req.body.freeimage);
}```


最佳答案

您可以使用表单multipart/form-data来发送此类图像。因此它可以选择多个图像或使用多个输入。

您可以查看这篇文章:Implementing File Upload Using Node and Angular

关于node.js - 我想将 2 个图像数组从我的 Angular 前端传递到我的后端 Node js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58145653/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com