lol... the problem was in this line:
move_uploaded_file($_FILES['userfile']['tmp_name'],"c:\\inetpub\\wwwroot\\up
load\\".$_FILES['userfile']['name']);
I used single backslash.. and thats no good i think ;)
"Ragnar" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]
ite
> permissions to that folder.
>
> ---John Holmes...
>
>
> > -Original Message-
> > From: Ragnar [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 23, 2002 6:51 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Re: Upload wont work
> >
>
If you're using NTFS, the IUSR_ user has to have write
permissions to that folder.
---John Holmes...
> -Original Message-
> From: Ragnar [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 23, 2002 6:51 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Upload wont work
It seems that i have passed the original problem.. now i get this
errormessage:
Warning: Unable to create 'C:\Inetpub\wwwroot\demos': Permission denied in
c:\inetpub\wwwroot\demo_up.php on line 7
This is where i try to copy the uploaded file to the demo directory. So i
try to enable write access
4 matches
Mail list logo