milesj / uploader

[Deprecated] A CakePHP plugin for file uploading and validating.
MIT License
193 stars 73 forks source link

Include 'overwirte' parameter to call rename() function #190

Closed Gamefiles closed 9 years ago

Gamefiles commented 9 years ago

To Call rename($name = '', $append = '', $prepend = '', $overwrite = false) , we need to specify the $options['overwrite'] parameter, otherwise overwrite is always false.