"Karl-Arne Gjersøyen" <karlar...@gmail.com> hat am 25. April 2012 um 06:45
geschrieben:

> Hello again.
> I can't figure out what is wrong here.
>
> move_uploaded_file() get error message from die() and can't copy/move
> temp_file into directory bilder
>
> I have try to chmod 0777 bilder/ but it did not help.
> Also I have try to chown www-data.www-data bilder/ since Ubuntu Server
> run apache as www-data user...
>
> Here is my souce code
> ------------------------------------------------------
> // Temfil lagres midlertidig på serveren som
>         // spesifisert i php.ini
>         $tmp_fil = $_FILES['filbane']['temp_name'];

tmp_name not temp_name

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to