I'm testing ckfinder on a windows2003,all fuction are work,
but Upload File has a problem...
When upload file name like "新增Microsoft Word 文件.doc" (ChineseTraditional File Name),
it Display "invalid file",cause the file can't upload....
But upload file name like "this_is_a_test.doc" (Eng File Name),
it can work!
The two files Size the same,so is it the File Code problem or Others?
thinks your Reply...
carter
but Upload File has a problem...
When upload file name like "新增Microsoft Word 文件.doc" (ChineseTraditional File Name),
it Display "invalid file",cause the file can't upload....
But upload file name like "this_is_a_test.doc" (Eng File Name),
it can work!
The two files Size the same,so is it the File Code problem or Others?
thinks your Reply...
carter
Re: Upload File Display "invalid file" Problem....
In case it is PHP: PHP 4/5 doesn't support unicode (multibyte) file names, specially in Windows (on linux it works fine).
The workaround for this is to set $config['FilesystemEncoding'] to the appropiate value (if you have iconv extension installed), for example:
(it depends on your OS)
With this setting, CKFinder will try to emulate multibyte support as much as possible.
However, the real support for chinese file names on Windows will be available as soon as PHP6 will be released.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Upload File Display "invalid file" Problem....
My environment is wondows2003,IIS6.0,ASP.NET 2.0 C#,
so I still don't know what's wrong...~?
Re: Upload File Display "invalid file" Problem....
I try a lot of time,
But still have the problem with ASP.NET 2.0 C# version,
is anybody can help me
Re: Upload File Display "invalid file" Problem....
dave