我正面临着一个问题。请帮我。
我想使用cloudinary上传多个图像,我使用Cloudinary's upload widget
按javascript
follow link!上传。
因此,当我上传图片时,它会自动上传到cloudinary
,我无法获得params image
中的每个javascript
。
我希望将所有params image
保存在database
中。
我怎么能得到它们?
非常感谢!
答案 0 :(得分:0)
您可以将小部件的$params = json_decode(file_get_contents('php://input'),true);
参数设置为field_name
。然后,您将提交的表单的images[]
中包含images
作为上传图片的标识符数组。