RE: [PHP] stat(), file_exists(), is_file() on Windows2000

2003-10-30 Thread Chris Hubbard
. Net Subject: Re: [PHP] stat(), file_exists(), is_file() on Windows2000 From: "Chris Hubbard" <[EMAIL PROTECTED]> > The problem: > all the code I've tried to test whether a temp (from a form post) is there > before doing a filesize() on it is failing. > I'm do

Re: [PHP] stat(), file_exists(), is_file() on Windows2000

2003-10-30 Thread CPT John W. Holmes
From: "Chris Hubbard" <[EMAIL PROTECTED]> > The problem: > all the code I've tried to test whether a temp (from a form post) is there > before doing a filesize() on it is failing. > I'm doing a filesize check so absurdly large files aren't copied from the > temp folder to a permanent folder. > (and

[PHP] stat(), file_exists(), is_file() on Windows2000

2003-10-30 Thread Chris Hubbard
All, Here's a new one from me. Had to move a project from a friendly linux environment to an unfriendly windows environment. The problem: all the code I've tried to test whether a temp (from a form post) is there before doing a filesize() on it is failing. I'm doing a filesize check so absurdly l