Details
Description
When using the file element, the encoding of the form should automatically be set to 'multipart' to prevent unintentionally broken form uploads.
When using the file element, the encoding of the form should automatically be set to 'multipart' to prevent unintentionally broken form uploads.
This will be difficult to accomplish, as the form object is not injected into individual elements. Additionally, we will not allow any code in Zend_Form that is specific to a given type of element.