Hello.
I’m a dreamhost customer, working on my site. I just learned PHP and MySQL recently, and I’m having somewhat of an issue.
I’ve been trying to add FTP-like features to my users on my site (Not actual FTP access, but file uploading/downloading/etc features through PHP Scripts).
I’m trying to get a successful file upload, but it’s not working. I used this tutorial to make my script: http://us2.php.net/features.file-upload
When I use the script, I keep getting a false return on move_uploaded_file(); The source I am using to do this is here: http://www.voidinput.com/upload.phps
Does anyone know what I could be doing wrong, or if it’s something in Dreamhost I’m unaware of?
Thanks! -Abyss
-vI-