Hi everyone

I think we're in need of a new feature that will let us handle
multiple file uploads in a proper way:

echo $this->Form->file('image',array('multiple'=>true));

or maybe:

echo $this->Form->file('image',array('files'=>3));  // and this will
render thre different form fields with names: data[Model][field][],
etc...


So i don't have to write a custom name (data[Model][field][]) using
the 'name' attribute.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en

Reply via email to