Meteor: Cloudinary

后端 未结 3 1558
别那么骄傲
别那么骄傲 2021-01-01 04:22

I am trying to upload a photo with Lepozepo/cloudinary

This is my server and client config

server:

Cloudinary.config({
  cl         


        
3条回答
  •  滥情空心
    2021-01-01 04:46

    I'll patch this in the source right now to accept single files as well. But yes, the Cloudinary.upload function expects Cloudinary.upload(files) and not Cloudinary.upload(files[n])

提交回复
热议问题