ZF-2761: Zend_Form_Element_File implementation
Description
Zend_Form does not contain element for file upload. I cant figure out why. It is easy subclass of Zend_Form_Element_Xhtml with $helper = 'formFile'
Zend_Form does not contain element for file upload. I cant figure out why. It is easy subclass of Zend_Form_Element_Xhtml with $helper = 'formFile'
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-29T06:37:14.000+0000
This was not an oversite; we are simply waiting for the Zend_Upload component to be complete and in core before including an associated element within Zend_Form. Once Zend_Upload is complete, we will create the corresponding element.
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-29T06:37:51.000+0000
Scheduling for next minor release.
Posted by Wil Sinclair (wil) on 2008-03-25T20:29:11.000+0000
Please categorize/fix as needed.
Posted by Wil Sinclair (wil) on 2008-04-18T13:11:56.000+0000
This doesn't appear to have been fixed in 1.5.0. Please update if this is not correct.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T12:04:14.000+0000
Scheduling for next minor release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-07-29T09:51:56.000+0000
Scheduling for 1.6.0RC2
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T19:17:03.000+0000
Zend_File_Transfer and Zend_Form_Element_File merged to trunk and 1.6 release branch.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:35.000+0000
Updating for the 1.6.0 release.