Click to See Complete Forum and Search --> : Problem with Apache


Ravenous
05-27-2004, 05:12 PM
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 move_uploaded_file(). 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?

shastry
06-07-2004, 08:25 AM
Hi

check this link

http://us3.php.net/move_uploaded_file

I think you need to set the deafult upload dir in the php.ini file..


Thanks,
Shastry..