In ZF version 1.7.5, there appears to be an unchecked reference to "$content['tmp_name']" at the following location: Zend/File/Transfer/Adapter/Abstract.php:589
I have a form with a Zend_Form_Element_File object in it and another form without this object (that accepts a primary key and posts it to the first form.) During execution of the isValid() method on the incoming data, the follow error gets emitted (which is annoying more than anything): "Undefined index: tmp_name" -- View this message in context: http://www.nabble.com/Undefined-index%3A--tmp_name-tp22722446p22722446.html Sent from the Zend Framework mailing list archive at Nabble.com.
