|For example
$upload = new Zend_File_Transfer();
$||upload ||->setDestination('some path')
$upload->addFilter('Rename', 'C:\new\n1', 'file1')
->addFilter('Rename', 'C:\new\w1', 'file2');
This is only example but only works one the last filter
I have problem adding the same filter and propably validator to two diffrent
files want work
beacuse there will be used only the last filter
There is in code a bug
$this->_filters[$class] = $filter; on line 683 in zend_file_adpter_abstract
and for validators will be the same
or i am doing something wrong
sorry for english
|