我尝试重命名文件,但收到警告,文件未重命名。 错误:
警告: 重命名(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"