how to use discard_original_filename upload API parameter
AnsweredHi,
I want to set the discard_original_filename
upload API parameter to true
so that files being downloaded as attachment don't use the original file name.
How do I do that if I build and sign the upload url by hand (in PHP)?
Thx
0
-
I'd recommend to use our PHP library, or use it as a reference:
https://github.com/cloudinary/cloudinary_php/blob/master/src/Cloudinary.php#L245
The
discard_original_filename
value both for the request and the signature should be a valid boolean value represented either as the 'true' string or the '1' string.0
Post is closed for comments.
Comments
1 comment