I have a provision to upload logo for companies in my application. Uploading and saving on creating profile works fine. But on update, logo goes empty if I am not uploading
'skipOnEmpty' => !$this->isNewRecord
For update it can be skipped.