php file upload problem
Posted by: superstark
Posted on: 2003-08-15 18:13:00
i'm getting this this error when using the php function move_uploaded_file():
Warning : open_basedir restriction in effect. File is in wrong directory.
is this because i'm trying this on a subdomain? i get the same error when i use copy(). i've changed the appropriate directory permissions to 777 and put the enctype in my form. any ideas? is it because the uploaded file is outside my basedir as set in httpd.conf? can i even change that, or will i need to do this in perl? thanks!