Skip to content

Multiple image upload save the same image on all uploads #106

@humbertocruz

Description

@humbertocruz

Hello, I'm trying to upload several files ( or at least two ) but the Cloudinary.collection show the same image ( usually the first on ) on all uploads and on the Cloudinary media library. With just one, works great.

I just add "multiple=multiple" on the file upload input. My upload event:

'change #uploadField': function(e) { var files = e.currentTarget.files; Cloudinary.upload(files, { folder:"shared", tags:['wallpaper','public'], }, function(err,res) { if (err) { console.log(err); } else { Arquivo.insert(res); } } ); },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions