CakePHP-FileUpload-Plugin icon indicating copy to clipboard operation
CakePHP-FileUpload-Plugin copied to clipboard

Fixes Issue #6

Open sdoney opened this issue 14 years ago • 1 comments

fix to solve issue where if no file is specified, then all model data is unset, gives an option to allowEmpty

sdoney avatar Jun 30 '11 15:06 sdoney

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 ) )

Ohpyx avatar Dec 03 '12 22:12 Ohpyx