2013-03-12 92 views
0

我有上傳問題。
這是我的代碼:Zend文件傳輸

$upload->addFilter('Rename',array('target'=>$path,'overwrite'=>true));

和錯誤:

Warning: rename(C:\xampp\htdocs\laptop/public/_upload/laptop/50\1.JPG,C:\xampp\htdocs\laptop/public/_upload/laptop/50/1.JPG) [function.rename]: The system cannot find the file specified. (code: 2) in C:\xampp\php\PEAR\Zend\Filter\File\Rename.php on line 186

+0

能否請你告訴更多的代碼,這樣的背景下變得更清晰? – 2013-03-12 10:02:59

+0

您可以提供'$ path'的示例值並添加$ upload的初始化。 – 2013-03-12 18:39:53

+0

你有什麼解決方案嗎?我也有同樣的問題。 – 2013-07-13 21:13:53

回答

0
$upload->addFilter('Rename',array('target'=>$path,'overwrite'=>true)); 

需求:

$upload->addFilter('Rename',array('target'=>$path,'overwrite'=>true), **string Files**);