hi,
i've been trying to write a simple file list/ upload section for my website.
i thought it would be a nice place for me to store documents and etc when away from my computer.
my problem is that i get
"Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/sukhyung.com/httpdocs/php/storage/index.php on line 14"
this is the line where i try to copy the temp file over into the directory where the script is located.
14> if (!copy($u_file, $new_file))
where u_file is the file from the user
and new file is the path and file name i want it to be.
any ideas?
thanks!