I've got two files in my form that I want to give seperate new names. To do this I need to specify which file I want to change.
The zend documentation says this
$upload->addFilter('Rename', 'C:\picture\uploads', 'file2');
The documentation fails to say what 'file2' is... the name of the actual file, the name of the input field....
Anyone know?