Zend Framework

See all posts Reply

Zend Framework new!
by Boudy, 17 years ago
Hello,
I'm just wondering if you considered contributing your upload class to zend framework?

thx.)Reply
Re: Zend Framework new!
by colin, 17 years ago
I don't use Zend Framework, so I never considered it. Of course, I will be happy if someone integrates it, and I can support this effort.

Have you seen that there is already a proposal for a file transfer system in Zend?Reply
Re: Zend Framework new!
by Wanderson Pimenta, 12 years, 6 months ago
Eu uso sua biblioteca junto com o Zend Framework, pois ela é melhor de se usar,

mas tenho que setar o método setValueDisabled que é imprescindível. Para que não ocorre
erro de permissão.

Exemplo
$file = new Zend_Form_Element_File(‘file’);
$file->setValueDisabled(true);Reply