Posted by Shelly on 02/16/06 14:11
"Zilla" <mail.is.not@an.option> wrote in message
news:43f44a49$0$15787$14726298@news.sunsite.dk...
>> move_uploaded_file($_FILES['userfile']['tmp_name'], "path/to/file.ext");
>
> Of course it should be:
>
> move_uploaded_file($_FILES['filename']['tmp_name'], "path/to/file.ext");
>
> Zilla
The problems are that $_FILES['filename']['tmp_name'] comes up empty and if
I fill it with the right value the it still can't upload because it says
that the file isn't there,
Navigation:
[Reply to this message]
|