[symfony-users] Re: [symfony2] file upload example?

2011-06-15 Thread Ruben de Vries
Wow, awesome! I won't be able to try implementing it untill 2night but the docs are clear, thanks! -- 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 to the Google Groups symfony

[symfony-users] Re: [symfony2] file upload example?

2011-06-15 Thread Greg
I'm waining for it too :) On Jun 11, 2:00 pm, Fabien Potencier fabien.potenc...@symfony- project.com wrote: I'm working on updating the documentation to include an exmaple of a fileuploadwith and without Doctrine. It should be available on Monday. Fabien -- Fabien Potencier Sensio CEO -

[symfony-users] Re: [symfony2] file upload example?

2011-06-15 Thread Greg
Is it working on BETA 3 ? Because, i use an embedded form, i bind the request etc... and the IsValid return always FALSE. On 14 juin, 07:55, Fabien Potencier fabien.potenc...@symfony- project.com wrote: On 6/11/11 12:24 PM, Ruben de Vries wrote: Are there any bundles on github that

[symfony-users] Re: [symfony2] file upload example?

2011-06-15 Thread Chris
Thanks for these, though I'm trying to implement multiple files upload: using a collection of a FileFormType that contains a file. I am now stuck at the bindrequest step. In my controller I loop through all the items in the ArrayCollection and do $files[$i]-upload() to mimick what's in that

Re: [symfony-users] Re: [symfony2] file upload example?

2011-06-15 Thread oscar balladares
[?] It is a so ellegant implementation; and callbacks are so usefull. I would marry Fabien is he was a 'she' [?] 2011/6/15 Chris christophe.ben...@gmail.com Thanks for these, though I'm trying to implement multiple files upload: using a collection of a FileFormType that contains a file. I am