I want to add a browse button in Zend_Form to upload Image files..
A:
See Zend_File_Transfer
:
http://framework.zend.com/manual/en/zend.file.html#zend.file.transfer.introduction
karim79
2009-08-12 12:49:05
+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
2009-08-12 13:04:01
I had tried it but we cant use Decorator for it...Any other option ....?
2009-08-12 13:20:21
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
2009-08-12 13:27:42