I am trying to upload a photo with Lepozepo/cloudinary
This is my server and client config
server:
Cloudinary.config({ cl
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])
Cloudinary.upload
Cloudinary.upload(files)
Cloudinary.upload(files[n])