ZF-4756: Rename filter does not deletes temporary files when the file already existsts
Description
First of all sorry for bad English. As i already wrote Rename filter does not deletes temporary files when the file already existsts
public function receive($files = null) { ... if (!$this->_filter($file)) { [ i think unlink function should be used here ] return false; } ... }
Comments
Posted by Thomas Weidner (thomas) on 2008-10-31T00:41:48.000+0000
The rename filter has no receive method. And the rename filter does not act on temporary files.
Temporary files are completly created by PHP using a unique filename. ZF has no access to the created name of the temporary files.
Posted by Thomas Weidner (thomas) on 2008-11-02T04:34:21.000+0000
Closing issue due to non-response
Posted by Wil Sinclair (wil) on 2008-12-01T13:50:44.000+0000
Updating these issues to mark them resolved for 1.7.1.