I know unicode filename is DANGEROUS and we should not use it in most case.
One of my clients is eagerly need it (I am a Chinese speaker) so I need to provide them a solution.
It is not possible to ask them creating folder and uploading files via FTP, because there are dozens of users using this system, most of them are not familiar with computer.
I make some modifications to skip "Make the Filename Safe" test. And replace
Code: Select all
JRequest:: getCmd
Code: Select all
JRequest::getVar
It seems $this->_tmp_folder->name in default_folder.php is not working on CentOS or what?
I am welling to take the risk using unicode and please give me a hand to make it display correctly. Thanks