Skip to main content

PHP - Creating archive from tags containing "&" char fail.

Comments

1 comment

  • Aditi Madan

    Hi,

    We have four ways to generate a zip file. Here are all the methods: https://cloudinary.com/documentation/image_upload_api_reference#generate_archive_method

    Test sample creating zip in PHP:

    $result=\Cloudinary\Uploader::create_zip(
    array(
    'tags' => 'A & B'));
    print_r($result);

    I used the above code and could successfully download the zip. Please test and let me know if you face any issues.

    Thanks,

    0

Post is closed for comments.