[symfony-users] Multiple File Uploads

2009-02-15 Thread juro
Hi, I am generating a form that has 5 file uploads and a few fields. When submitted (and valid), it should take the files, resize them and save them in a folder. This was working fine with one file, but I cannot get it to work with 5 ... even $_FILES is empty. class MultipleImageForm extends sfF

[symfony-users] Multiple File Uploads in Embed Form

2010-04-14 Thread saki
hi girls, guys... i would like to implement a multiple file upload function on my page. a lot of modules will use it, so i would like to store all the files in a folder and in one table! i created an upload module and a table for it... id - automatic filename - original filename module - which mo

Re: [symfony-users] Multiple File Uploads in Embed Form

2010-04-14 Thread Sela Yair
did you read the more symfony book? there's an example how to upload multiple photos. On 14 April 2010 18:26, saki wrote: > hi girls, guys... > > i would like to implement a multiple file upload function on my page. > a lot of modules will use it, so i would like to store all the files > in a fo

[symfony-users] Multiple file uploads in Symfony Help please

2007-11-20 Thread lionslair
Note: I have posted the on the forum but not really received a lot of help or a solution to this yet. Can someone Please help me with this. I have been trying to work this out for hours with no success. I tried uploading a single file and that worked fine. However when I then try and upload mult