My site is sitting on a Linux machine with Apache 2.x running. I'm trying to write myself a photo gallery script which allows me to upload images, do some stuff, move some stuff around.. you know - typical photo gallery stuff.. but my script keeps bailing when I call [man]move_uploaded_file/man. I haven't gotten too in-depth with my detective work yet, but I have verified that the user Apache is running as has the proper rights to the directory(ies) in question.
Anyone have a suggestion where to go next?