Add the description decorator. Something like this... seems te be working...

$this->addElement('file', 'der', array('label' => 'Image File', 
  'description' => 'Your resulting image. PNG please', 
  'required' => true, 
  'validators' => array(
    array('validator' => 'Count', 'options' => 1), 
    array('validator' => 'Extension', 'options' => 'png') 
  ),
  'decorators' => array('ViewHelper','Description'), 
  'Destination' => UPLOAD_PATH 
));

-----
visit my website at  http://www.phpscriptor.com/ http://www.phpscriptor.com/ 
-- 
View this message in context: 
http://www.nabble.com/Zend_Form-Decorator-on-File-element-tp21843727p21861499.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to