ZF-7120: Add multiple file upload example to documentation
Description
Add multiple files upload example to documentation which has normal form element also (for example one text field). $form->getValues() seems to destroy $upload_adapter stuff.
Add multiple files upload example to documentation which has normal form element also (for example one text field). $form->getValues() seems to destroy $upload_adapter stuff.
Comments
Posted by Thomas Weidner (thomas) on 2009-06-25T05:44:21.000+0000
What do you mean with "destroys adapter stuff" ?
And regarding "normal form element"... also the file element is a normal form element.
There is a description of how to add form elements to a form, which has nothing to do with Zend_File_Translate. And there is also a description of how a multi-file form element has to be created.
Can you be more descriptive on what you did not find or what you expect ?
Posted by Thomas Weidner (thomas) on 2009-07-02T10:05:36.000+0000
Closing issue due to non-response