Non blank file input field in Symfony2 form

后端 未结 3 1720
灰色年华
灰色年华 2020-12-10 13:14

In my Doctrine entity, which is data_class for my form I have a file property defined like this:

/**
     * Image.
     *
     * @Assert\\NotBla         


        
3条回答
  •  情歌与酒
    2020-12-10 14:20

    You can also use Validation Groups for that. One Validation Group (perhaps default one) will be for create and second for update.

提交回复
热议问题