A quick question to Thomas I suppose, how do I get the file name / location from a file uploaded using Zend_Form.
The docs contradict themselves... In the code it uses: $location = $form->foo->getFileName(); Then goes on to state in a note below: "File values Within HTTP a file element has no value. Therefor you will get no output when calling getValue()." So I suppose it's a small bug in the docs, but ultimately I need the file name so how do I get it?! Thanks Simon ----- Simon http://www.ajb007.co.uk/ -- View this message in context: http://www.nabble.com/Zend_Form_Element_File---getValue%28%29-in-1.7-tp20449098p20449098.html Sent from the Zend Framework mailing list archive at Nabble.com.
