[PHP] Re: file_exists on Windows problem

2003-11-20 Thread David Strencsev
If you're using NTFS file system... please make sure that the PHP's temporay UPLOAD directory and SESSIONDATA directory are set with the correct permissions. I mean that the user IUSR_YOURCOMPUTER has write permissions in these directories. Hope it will help - David Strencsev -- PHP General

[PHP] Re: file_exists on Windows problem

2003-11-20 Thread Chris Williams
Thanks, that worked David Strencsev [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If you're using NTFS file system... please make sure that the PHP's temporay UPLOAD directory and SESSIONDATA directory are set with the correct permissions. I mean that the user IUSR_YOURCOMPUTER

[PHP] Re: file_exists on Windows problem

2003-11-19 Thread Manuel Vázquez Acosta
It may be an OS feature file_exists relies on... But you can use is_uploaded_file() function to check whether the file exists or not. Manu. Chris Williams [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm again trying to understand differences in Apache and Windows installs of PHP

[PHP] Re: file_exists on Windows problem

2003-11-19 Thread Chris Williams
Thanks, but it make the test to move on to other things like, size($filename) which tells me the file does not exist. Chris Manuel VáZquez Acosta [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It may be an OS feature file_exists relies on... But you can use is_uploaded_file()

Re: [PHP] Re: file_exists on Windows problem

2003-11-19 Thread Jason Wong
On Thursday 20 November 2003 13:05, Chris Williams wrote: Thanks, but it make the test to move on to other things like, size($filename) which tells me the file does not exist. print_r($_FILES) -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems Integrators *