在laravel 8应用程序中,我需要将图片从本地存储上传到cloudinary (使用cloudinary-laravel 1.0) 然后看一下描述: // Store the uploaded filein the "lambogini" directory on Cloudinary with the filename "prosper"
$result = $request->f
有没有办法把图片文件从前端发送到后端?我需要将表单中选择的图像上传到cloudinary云平台。使用req.body访问文件输入无济于事,并给出了一个错误消息no such file or directory open。如果我添加enctype="multipart/form-data",然后在我的后台执行req.on('data', (data)=> {console.log(data.toString)}),然后执行上传到cloudina