Resolved: Image Uploading with PHP
[this is in reference to this post]
As it turns out, the images were being uploaded, but because of the uber-intelligent settings of this particular host, you couldn’t see them when you FTP’d in. You have to SSH in to be able to see them listed in the directory.

Exactly what I was thinking…. “That’s Just Super!”
Why? Because they (the host) decided that all images uploaded through a web-based method (other than FTP or SFTP over SSH2) should be given ‘022′ permissions.
Right. That makes sense. Thanks guys, I just wasted many hours trying to debug something that wasn’t my fault, or even broken.
