your
opinion of IIS. The shop I work for was IIS based before I worked here and
does not offer me any choice in the matter. Many people are in that
situation as well. So enjoy the fact you can run demonstrably better web
server software, but don't condemn others without more facts.
Thomas
s done:
\n");
print("Name: $UploadedFile_name \n");
print("Size: $UploadedFile_size \n");
print("Type: $UploadedFile_type \n");
print("\n");
}
?>
HTH,
Thomas Juntunen
Network Administrator
Creative Resourc
On 11/02/01 08:58, "Ross Fleming" <[EMAIL PROTECTED]> wrote:
> How do you do the same in Apache out of interest?..
>
> Thomas Juntunen wrote:
>>
>> On 11/02/01 05:52, "Hace" <[EMAIL PROTECTED]> wrote:
>>
>>> Why does IIS
and make sure the box for "Check if file exists" is checked. Then you
will get a standard 404 error for nonexistent files.
I also suggest reading:
http://www.php.net/manual/en/features.error-handling.php
To see what else you can do about controlling errors and their output.
HTH,
T