ZF-4314: Output of Value in Zend_View_Helper_FormFile should be removed
Description
When rendering the input field with Zend_View_Helper_FormFile, it will output the current value of the form element, which is the current uploaded file including absolute path. This is not supported by browsers anyway and is a security issue, so the output of the value in the tag should be removed.
Comments
Posted by Thomas Weidner (thomas) on 2008-09-23T10:59:01.000+0000
Fixed with r11496