I'm building an e-shop in greek and i've come across an important issue regarding the image filenames that users upload to the linux server. If the filename contains greek chars then the file is uploaded normally but the images won't display in the browser. It's important to us that greek filenames are supported as we are counting on searches in greek for both web and image results on Google.
feedback
|
|
Why aren't they displaying? Do you have an example? I guess your options depend on how the images are being stored and served back to the users. One thing you could do, in order to preserve the Greek text on the page for search results, may be to serve up the files with a non-Greek name and write the Greek part to the image's This, however, is assuming that you're storing the image files in conjunction with a database of some kind which would contain the necessary meta-data. Basically, upon upload, the image's meta-data ( | |||||||||||
feedback
|
|
Maybe its because of server charset filename issue? while ur filename is in greek
server translate it at something like Αήι;; | |||
|
feedback
|