[PHP-WIN] Re: [PHP-DB] Uploading Files From: Terry Romine (eatrom <email protected>)
Date: 05/24/01

I've had problems enough with uploading files that I find the following
checkpoints VERY important:

1) directory privileges (you indicate you have those set 777
2) the <form> tag needs:
        a) enctype = "multipart/form-data"
        b) method = "post"

HTH
Terry

On Thursday, May 24, 2001, at 12:14 PM, Randall Barber wrote:

> Here is the error:
>
> Warning: Unable to create '\printFiles': Permission denied in
> c:\inetpub\wwwroot\submit.php on line 5
>
> Warning: Unable to move 'C:\PHP\uploadtemp\php3EE.tmp' to '\printFiles'
> in c:\inetpub\wwwroot\submit.php on line 5
>
> I have permissions set on that directory for EVERYONE and
> IUSR_WORKSTATIONNAME set to FULL CONTROL.
>
> I have NEVER been able to move/copy a file. Anyone know how I can fix
> this?
>
> Thanks
> RDB

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>