我已经在react.js中设置了一个简单的表单,并尝试将数据发送到后端。这里的问题是图像在后端显示0字节,但是如果你从前端和console.log检查它,那么它显示的大小是正确的,问题是什么,代码或后端本身有什么问题。 代码如下: import * as React from "react";import Button from "@mui/material/Button";
import CssBaseline from "@mui/materia
我试图把我的数据放在附件中。我是用NodeJS做的var date = new Date();
name : obj.name, cuisine : obj.cuisine, ingredients : obj.ing,} //Assume that I read this from html form and it is OK
db.insert(data, function(er