views:

78

answers:

2

I want to add a browse button in Zend_Form to upload Image files..

+1  A: 

why you dont use Zend_Form_Element_File ? http://framework.zend.com/manual/en/zend.form.standardElements.html#zend.form.standardElements.file

Rufinus
I had tried it but we cant use Decorator for it...Any other option ....?
why not ? show some code, (i know of a bug in 1.6 which was fixed in 1.6.2 where no decorators where set for file elements)
Rufinus