Symfony3重命名文件PHP

时间:2016-08-23 10:13:58

标签: php file symfony file-rename

我尝试重命名文件,但收到警告,文件未重命名。 错误:

  

警告:   重命名(C:\瓦帕\ WWW \ MyApp的\应用/../网/上传/文件\ old_name.jpg,C:\瓦帕\ WWW \ MyApp的\应用/../网/上传/文件\ new_name.jpg) :

我的代码:

rename($this->getParameter('document_directory')."/".$oldDocument->getName(), $this->getParameter('document_directory')."/".$documentNewName);

成为:

  

'重命名(C:\瓦帕\ WWW \ MyApp的\应用/../网/上传/文件\ old_name.jpg,C:\瓦帕\ WWW \ MyApp的\应用/../网/上传/documents\new_name.jpg):'

我没有更多信息。

请注意,此代码适用于上传:

move_uploaded_file($_FILES['form']['tmp_name']['Document'], $this->getParameter('document_directory')."/old_name.jpg"

0 个答案:

没有答案