Log in

View Full Version : problem with move_uploaded_file function


AN-net
12-24-2004, 10:32 PM
ok im trying to move a file i just uploaded but its not working>_<

here are the errors:

Warning: move_uploaded_file(/home2/animati/public_html/dev/images/news/): failed to open stream: Is a directory in /home2/animati/public_html/dev/news/news.php on line 297

Warning: move_uploaded_file(): Unable to move '/tmp/phpT9ghsb' to '/home2/animati/public_html/dev/images/news/' in /home2/animati/public_html/dev/news/news.php on line 297


and my code is:

if($moveimage)
{
move_uploaded_file($imageprop['tmp_name'], '/home2/animati/public_html/dev/images/news/');
rename($imageprop['name'], "news.gif");
}

AN-net
12-25-2004, 03:45 PM
bump