FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Allow entity to update with non-dirty upload field #530

Closed shoesole closed 4 years ago

shoesole commented 4 years ago

If you're creating a new entity and not uploading a file, or editing and not replacing the file upload then an upload error should not be triggered, but the entity should be saved.