ZF-10921: fail to do move_uploaded_file() in windows platform
Description
In Windows platform, If file is not named in English( maybe Chinese or Japanese), it will lead move_uploaded_file( ) failed.
Please see Zend_File_Transfer_Adapter_Http line 180.
And I feel strange and unnecessary to move file after uploading, especially user doesn't use setDestination( ) to indicated new folder.
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2011-02-18T02:21:08.000+0000
This issue seems to depend on (or relate to) ZF-8541 for me.