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_YOURCOMP
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 Mai
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
*
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() fu
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
5 matches
Mail list logo