[symfony-users] Re: sfWidgetFormInputFileEditable: where is the code that removes the file?

2010-06-03 Thread pghoratiu
Check your class inheritance tree, it's defined in one of your ORM's base classes, depending on what you use: Propel: symfony/lib/plugins/sfPropelPlugin/lib/form/ sfFormProppel.class.php Doctrine: symfony/lib/plugins/sfDoctrinePlugin/lib/form/ sfFormDoctrine.class.php Search for unlink().

Re: [symfony-users] Re: sfWidgetFormInputFileEditable: where is the code that removes the file?

2010-06-03 Thread Javier Garcia
On 06/03/2010 06:45 PM, pghoratiu wrote: symfony/lib/plugins/sfDoctrinePlugin/lib/form/ sfFormDoctrine.class.php Thanks -- Javi Ubuntu 8.04 - Symfony 1.3 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] Re: sfWidgetFormInputFileEditable

2010-03-05 Thread MoUeTtE
my bad, I feel so dumb... I looked for a long time, but did not check if I used the right template, and I wasn't... sorry for this. On 5 mar, 16:51, MoUeTtE the.moue...@gmail.com wrote: Hi there, I just migrated to symfony 1.3, so that could be part of the explanation, but I can't use the

[symfony-users] Re: sfWidgetFormInputFileEditable no updating the file when edit

2009-12-30 Thread ilcaduceo
Thanks, for delete now it works. But for update? How can I do? On 29 Dic, 20:06, Alexandru-Emil Lupu gang.al...@gmail.com wrote: Sorry. That has to be in your model class Alecs sent via htc magic On Dec 29, 2009 9:05 PM, Alexandru-Emil Lupu gang.al...@gmail.com wrote: Override your

[symfony-users] Re: sfWidgetFormInputFileEditable - unexpected field

2008-12-30 Thread Jeremy Benoist
Hi, Same problem for me and I wonder how to correctly use with_delete. I take a look at Jobeet, to see how it is handled in job backend part, but there is also the problem.. J. On 1 nov, 00:09, adrive miloslav.k...@gmail.com wrote: Hello. I would like to use sfWidgetFormInputFileEditable with