Thanks Thomas. I, quite wrongly, assumed that getValue would call Zend_File_Transfer_Adapter_Http:: receive() transparently. It's working now. Thanks again.
thomasW wrote: > > Have you received the sent file as described in the manual ? > getValue() will not receive the files but only return the location where > they are stored after no error has occured. > > Maybe one of the validators failed ? > > Greetings > Thomas Weidner, I18N Team Leader, Zend Framework > http://www.thomasweidner.com > > ----- Original Message ----- > From: "mlurz" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, August 12, 2008 7:08 PM > Subject: [fw-general] Zend_Form_Element_File > > >> >> Using $location = $form->foo->getValue(); as the manual describes the >> path >> of >> the uploaded file is returned. However, if I'm unable to access $location >> in >> the controller; e.g. exif_imagetype($location) returns false. Just >> wondering >> if I'm missing something since this is new. >> -- >> View this message in context: >> http://www.nabble.com/Zend_Form_Element_File-tp18948586p18948586.html >> Sent from the Zend Framework mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Zend_Form_Element_File-tp18948586p18961981.html Sent from the Zend Framework mailing list archive at Nabble.com.
