ZF-3028: enctype for <form> has to be set via setAttrib. setEnctype() is missing
Description
enctype is important Zend_Form attribute, thats why I believe that it deservers own method. Possible values should be inside constants.
i.e. $form->setEnctype(Zend_Form::ENCTYPE_MULTIPART)
Comments
Posted by Wil Sinclair (wil) on 2008-04-18T16:33:55.000+0000
Please evaluate and categorize/assign as necessary.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T13:39:03.000+0000
Scheduling for next minor release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-05T19:41:15.000+0000
Added in trunk with r10703 and merged to 1.6 release branch with r10704.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:46.000+0000
Updating for the 1.6.0 release.