I tried your code and it works. Although this does not actually upload a file anywhere. It just checks that the file is in the directory set in your php.ini (in your case, c:\inetpub\wwwroot\upload).
Make sure that this directory has the Read and Write permissions, which you can set bu right-clicking on the directory where these files are being placed (in your case, the upload directory). Try that ... -- Nicole Amashta Web Application Developer www.aeontrek.com "Cybero" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > enable_dl = on > file_uploads = on > upload_tmpd_dir = c:\inetpub\wwwroot\uploads > upload_max_filesize = 4M > > > > --- > Odch�dzaj�ca spr�va neobsahuje v�rusy. > Skontrolovan� antiv�rusov�m syst�mom AVG (http://www.grisoft.cz). > Verzia: 6.0.342 / V�rusov� datab�za: 189 - d�tum vydania: 14.3.2002 > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
