Re: Binding to local file system on NT

Jiang Tao writes:
> I use these functions to bind  files with .txt suffix to
> text/plain format on NT:
> 
> HTBind_caseSensitive(NO);
> HTBind_addType("txt","text/plain",1.0);
> 
> When I try to open file:///c:/a.txt, it can tell me the
> correct type of a.txt: text/plain
> however, if I try tp open file:///c:/a.TXT, it just tell me
> the file type is : www/unknown
> 
> It seems the HTBindcaseSensitive(NO) doesn't work.




-- 
Henrik Frystyk Nielsen, <frystyk@w3.org>
World Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA

Received on Wednesday, 26 June 1996 10:47:29 UTC