my code is
if (!move_uploaded_file($this->userfile, $upfile)){
echo "Problem: could not move file into directory";
}
Where $this->userfile is the /tmp/phpQJsx25
and $upfile is httpdocs/fliers/Request.log
my Error
Warning: move_uploaded_file(httpdocs/fliers/Request.log): failed to open stream: No such file or directory in /home/httpd/vhosts/kabalkc.com/httpdocs/Class/uploadClass.php on line 39
Warning: move_uploaded_file(): Unable to move '/tmp/phpQJsx25' to 'httpdocs/fliers/Request.log' in /home/httpd/vhosts/kabalkc.com/httpdocs/Class/uploadClass.php on line 39
Problem: could not move file into directory
The fliers folder is set to 777, i'm not sure what else i can do?
Thanks,
Ben