Skip to main content

Duplicated images on upload

Comments

1 comment

  • Aditi Madan

    Hi Aboubacar,

    Cloudinary supports only one upload with a single call to the Upload API and I see only one post in the code.

    Can you please share the public_id of one of the resources in concern and I will check the logs for further details.

    If you would like to delete multiple images then you can do so by passing their unique public_id's and invoking the destroy API for every one of them or alternatively you can also use the delete API which supports bulk deletion. Since the two uploaded files have different public_id's (public_id also includes folder name if the resource is inside the folder) you will have to invoke the destroy API twice with the unique names to delete both the files.

    Regards,

    Aditi

    0

Post is closed for comments.