hi!


I have fws simple lines:

<?php 
if ($userfile) {
    copy($userfile, "C:\\");
} else {
    echo "Possible file upload attack: filename
'$userfile'.";
}

?>


Warning: Unable to create 'C:\': Permission denied in
c:\phpdev2\www\upload\action.php on line 3



and I get this error..I tried coyping to D:\ too but
the same error..



Can u tell me what could be the problem possibly..

Thank you
Dhaval Desai

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to