29 Aug Deleting files within the Symfony Input Widget
When using the widget sfWidgetFormInputFileEditable in a form that is embedded using the embedRelation method, file deletion will not work. For example, suppose that you have two tables named Item and ItemPhoto and they are connected to the relation name 'Photos' like so:...