This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Uploading zip from a base64 string

Comments

1 comment

  • Avatar
    Michal Kuperman

    Hi,

    You can add the `format` parameter with the extension like this:

    {resource_type:"raw",format:"zip"}

    Another option is to add the `public_id` parameter with the file name including the extension:

    {resource_type:"raw",public_id:"myName.zip"}

    Best,

    Michal

    1
    Comment actions Permalink

Post is closed for comments.