Hi all,
I receive the following warning when I try to use Zend Form File Element
(indirectly throw Zend Form and a Zend Config object) :
Warning: Unknown file in
/home/www/client/htdocs/com.*****.wip/library/Zend/Form/Element.php on line
1923
I don't understand why I get this error. It appeared after I updated to ZF
1.6.2 (minimal) whereas it was working fine with the exact same code
earlier.
Here is the Zend Config object that generate the Element :
<fileInput>
<type>file</type>
<options>
<label>F_PHOTOUPLOAD_IMAGEFILE</label>
<validators>
<count>
<validator>Count</validator>
<options>
<count>1</count>
</options>
</count>
</validators>
</options>
</fileInput>
The rest of the Form works just fine.
Please tell me what I'am doing wrong here and excuse my bad english !
--
View this message in context:
http://www.nabble.com/php-warning-when-using-Zend-Form-File-tp20223122p20223122.html
Sent from the Zend Framework mailing list archive at Nabble.com.