CakePHP-FileUpload-Plugin
CakePHP-FileUpload-Plugin copied to clipboard
Fixes Issue #6
fix to solve issue where if no file is specified, then all model data is unset, gives an option to allowEmpty
I'm also having this problem. It seems that this makes changes in the beforeSave however that doesn't seem to ever get called because beforeValidate is always failing.
Validation errors: Array ( [0] => Array ( [file] => No File ) )