Uploading files using Zend Framework
I am tyring to use the Zend Framework to upload files as outlined in the "Adobe Dreamweaver CS5 with PHP" book by David Powers. I've been using the example code (more or less), and can get it to work perfectly with a local XAMPP installation of Apache and PHP. Howver, I can't get it to work successfully with a hosted site, having tried both GoDaddy and Verio.
The Zend Framework is correctly installed, include paths set correctly (I know this because other Zend FW operations, such as validation work fine). In addition, if the directory I want to upload to isn't correctly specified I get errors on that. But when I try to actually upload a file (again, with code that works on the XAMPP platform), I get nothing. No errors, and no uploaded file.
I have the script set up to send an email with a link to the uploaded file, and the name field is blank (but the email does get sent, again indicating that the ZF is working). I'm concluding I have something incorrectly configured on the hosting plaforms, and am looking for suggestions as what to look at. Thanks.
BTW, checked the permissions on the upload directory, and it should be writeable...
