我正在尝试上传多个文件到谷歌云桶使用Node.js和multer。它使用multer.single函数工作,但我不知道如何一次上传多张图片。const bucket = gc.bucket('still-cover');
// Multer is required to process file uploads and make themav
我正在使用mern堆栈构建一个crud应用程序,它允许用户使用表单上传图像并输入其他数据,如产品名称、描述、数量和价格。在postman中测试api端点时,我会得到这个错误。MulterError: Unexpected field
at wrappedFileFilter (C:\React Applications\Nifet Health\node_modules<anonymous> (C:\React Applications\Nifet