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");
}
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");
}