Re: [PHP] handling files error

2003-01-23 Thread Gilberto Garcia Jr.
t;[EMAIL PROTECTED]> Cc: "PHP" <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 10:36 AM Subject: Re: [PHP] handling files error > None of the uploaded files is executable, even if it is some .exe or > shell script, simply it does not have the permission to execute. >

Re: [PHP] handling files error

2003-01-23 Thread Marek Kilimajer
None of the uploaded files is executable, even if it is some .exe or shell script, simply it does not have the permission to execute. $userfile_name is only the name of the file as it was on the client's machine, there is no such file on your filesystem (unless you create it) Gilberto Garcia Jr