Uploading With Zend_Form
I’m sooo glad I waited until I had learned more about Zend_Form before building any image upload stuff. This tutorial pulls everything together nicely, and provides a fairly elegant solution for uploading using Zend_Form within the Zend Framework MVC. I had read about some people having issues with file uploads, even without Zend_Form. I’m assuming it had something to do with the rewrite engine, or something in their bootstrap. Anyway, this example is real solid, and I hope to make good use of it.
http://akrabat.com/2008/04/07/simple-zend_form-file-upload-example/