CakePHP Form Validation only on Entering Data

前端 未结 4 1790
星月不相逢
星月不相逢 2021-01-17 07:21

I am trying to Upload a photo for one of the models and when i am going to the edit mode. It still asks me to upload the photo when the user only wants to edit the text rela

4条回答
  •  不要未来只要你来
    2021-01-17 07:39

    Use required = false and in your controller unset the array field that is not needed for validation based on the application logic.

提交回复
热议问题