Hello,
Here is an example of code that does not work with validation
$form->addElement(new PFBC\Element\File('Photo(s)', 'files[]',
array('description'=>'Add some photos.', 'multiple'=>'multiple',
'required'=>1)));
If the field is blank, the form is still sent though the field is required.
Can you fix this gaping security hole.
Thank you
P.S. I use pfbc2.3-php5.3
Original issue reported on code.google.com by pierrehe...@gmail.com on 7 Mar 2012 at 3:54
Original issue reported on code.google.com by
pierrehe...@gmail.com
on 7 Mar 2012 at 3:54