[symfony-users] The More with symfony book Advanced Forms - Delete image

2010-07-14 Thread joericochuyt
regarding this tutorial: http://www.symfony-project.org/more-with-symfony/1_4/en/06-Advanced-Forms How to delete an uploaded image? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed

Re: [symfony-users] The More with symfony book Advanced Forms - Delete image

2010-07-14 Thread Daniel Lohse
Look at the block of PHP code just before the subheading Form Events. There you'll find that they set the with_delete option to false – set this to true and add the filename_delete validator with an sfValidatorPass class (you can look that up here: