[symfony-users] Re: Upload image with admin generator

2009-08-27 Thread Troffi
You can upload image by admin generator but only this way: http://www.searbe.co.uk/symfony-admin-generator-file-upload On 1 авг, 00:03, bogo wrote: > Hi, > I'd like to upload image using admin generator. I've tried set field > type in my generator.yml to: > >       edit: >         title:        

[symfony-users] Re: Upload image with admin generator

2009-08-04 Thread bogo
Hi, thanks a lot! It's exactly what I need. It should be mentioned in symfony documentation - part admin generator. On 4 Sie, 15:40, djones wrote: > The Jobeet tutorial has image uploading. > Look at theAdminGeneratorchapter for more > information:http://www.symfony-project.org/jobeet/1_2/Doct

[symfony-users] Re: Upload image with admin generator

2009-08-04 Thread Martin Ibarra Cervantes
need define this on your From type file, look in jobeet is very single On Tue, Aug 4, 2009 at 6:40 AM, djones wrote: > > The Jobeet tutorial has image uploading. > Look at the Admin Generator chapter for more information: > http://www.symfony-project.org/jobeet/1_2/Doctrine/en/12 > > On Aug 3, 6

[symfony-users] Re: Upload image with admin generator

2009-08-04 Thread djones
The Jobeet tutorial has image uploading. Look at the Admin Generator chapter for more information: http://www.symfony-project.org/jobeet/1_2/Doctrine/en/12 On Aug 3, 6:29 pm, bogo wrote: > Hi, > thanks for the hint, but I need upload input in the same form. I dug a > lot and didn't find solution

[symfony-users] Re: Upload image with admin generator

2009-08-03 Thread bogo
Hi, thanks for the hint, but I need upload input in the same form. I dug a lot and didn't find solution, so I suppose that's missing feature in admin generator. I will try override generated actions and templates. cheers, bogo On 1 Sie, 10:33, sonius wrote: > i just add a link to another module

[symfony-users] Re: Upload image with admin generator

2009-08-01 Thread sonius
i just add a link to another module eg: imagehandler/uploadFile and let that module handle the image upload. On Aug 1, 6:03 am, bogo wrote: > Hi, > I'd like to upload image using admin generator. I've tried set field > type in my generator.yml to: > >       edit: >         title:          Edit