On Thu, Mar 26, 2009 at 2:49 PM, swanpoint <[email protected]> wrote:
>
> 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"

Does your <form /> include enctype="multipart/form-data" ?

Till

Reply via email to