funkcja move_uploaded_file wywala mi takie błędy
Kod
Warning: move_uploaded_file(/www/portal2/image/news/) [function.move-uploaded-file]: failed to open stream: Is a directory in /www/portal2/news.php on line 18
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpjG4c1M' to '/www/portal2/image/news/' in /www/portal2/news.php on line 18
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpjG4c1M' to '/www/portal2/image/news/' in /www/portal2/news.php on line 18
próbowałem zmienić upload_tmp_dir w php.ini (dokładnie /etc/php5/apache2/php.ini) po czym restart apach-a
i ciągle wywala mi identyczny błąd

co mam z tym zrobić

