hi,
when I try to upload files from the backend, the system can not support chinese file path and name.I have tried the setlocale(), but it does not work.I don't know how to solve the problem.
Thank you so much.
chinese file path and name error when uploading from backend
-
- Phoca Newbie
- Posts: 2
- Joined: 25 Oct 2013, 02:16
- Jan
- Phoca Hero
- Posts: 48580
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: chinese file path and name error when uploading from bac
Hi, if you are able, rename your files to latin characters - the problem is, that on some servers, there is a problem with diacritics, national characters, spaces, etc. so only standard file names are mostly supported - see similar guide (for Phoca Gallery, but it is the same for Phoca Download):
https://www.phoca.cz/documents/2-phoca-g ... ing-images
https://www.phoca.cz/documents/2-phoca-g ... ing-images
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 25 Oct 2013, 02:16
Re: chinese file path and name error when uploading from bac
hi,Thank you so much for your help. My server is xampp on Windows at present, and I will try it on Linux later.