Image Filename Changed
I am using the drop and drag method to upload images. Any jpg images I upload, the filename has additional characters added on to the name and url.
For example t.jpg ==> t1_oidvaf.jpg
Is there any way to prevent "oidvaf" from being added to the url?
0
-
Hi Mike,
These random characters added to the end to ensure the uniqueness of the public id.
You can set the
unique_filenameparameter tofalseand Cloudinary will use the original filename without adding random characters to create a unique public ID.0
Post is closed for comments.
Comments
1 comment