File uploads with Zend_Form_Element_File
Now that Zend Framework 1.7 has been released, I thought I'd take a look at the built in file upload element, Zend_Form_Element_File, and see how it can be used. This is how to use it in its most basic form. I decided to use the same set of form elements as before in order to make things easy. Let's start with the form: The form We extend Zend_Form and store it in the application/forms folder… continue reading.