Uploaded image file name problem

Posted in: Newspaper
Post count: 3

Hi
The problem is briefly as follows: I uploaded an image file with WordPress upload, and when I look at the media library, some of the pictures look broken, and some look normal. Then, after loading a few more files, I understand that the problem is the Turkish characters in the image file names. I have not found any content related to the topic on your support page, but when I search on the web, it is suggested to add some code to the function file as a solution, but I would like to get help from you.
Thanks in advance.

Post count: 9544

On the web, everything after the / is case sensitive and should not contain any HTML or high-ascii characters

e.g.,

these are different things on servers:

my-image-name.jpg

MY-Image-Name.jpg

My™-image[7]-name.bad.jpg

smörgåsbord.png

last 2 versions will not work.

File names on web servers should *only* have letters, numbers, dashes or underscores, and only one period for the file type extension.

To support international encoding for image names you may have to adjust the settings for both your server, WordPress, etc.

If you can’t clean the names prior to upload, then you’d need to look online for solutions, as not theme related

Ref:
https://wordpress.org/plugins/clean-image-filenames/

https://stackoverflow.com/questions/27149375/java-uploaded-file-name-turkish-character-issue-in-jsf-primefaces

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.