Ian P. Christian wrote:
> Fabien POTENCIER wrote:
>> When binding the form, you have to pass the files specifically:
>>
>> $this->form->bind($request->getParameter('photoform'),
>> $request->getFiles('photoform'));
>>
>
> This isn't the first, or even second time I've seen this question, it's
> been on IRC a couple of times too I think - can something be done to
> help people notice this?
As of r8883, symfony throws an exception if you try to bind a multipart
form without a files argument.
Fabien
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---