Image names changing

kbarnett3129

New member
When using the app for cloudflare and uploading media to R2 storage, i am noticing that the image name is being changed, drastically. This is resulting in the next product image being named the same and wordpress not recognizing a different image. Any help as to why the image name change and how to fix?
 
The only (slight) renaming of media this plugin will ever do is if you enable the WebP conversion option (it will change the extension to .webp).

I'll copy/paste the response I sent earlier to the contact form:

There’s nothing in this plugin that renames media files other than changing the extension if you enable automatic conversion to WebP. As a test, I just created a file named Hornady 81500.png, uploaded it and the resulting file ended up being Hornady-81500.webp.

I also did a test without the WebP conversion and the file ended up as `Hornady-81500.png`, so it did end up with a dash instead of a space, but that was WordPress itself doing that.

Do you have any other image/media related plugins installed that might be doing something to the filename (it doesn’t appear to be something that WordPress itself does, nor is it something this plugin does)?

Here’s an example of what the file ended up as when I uploaded it (with WebP conversion enabled):

1753475560488.webp

TL;DR: WordPress core converts spaces into dashes, but it doesn't do anything beyond that (nor does this plugin with the exception of the .webp extension thing).
 
Back
Top