I use an html upload object to store files into sql server.
It works fine with : Word, Excel, gif, bmp and pdf.
It also works fine to view them from sql server into the browser.

I also want to store TIF files into sql server, storing works OK but when I look at the file type (property of the htmlupload) is says OCtet/byte and not TIF. Does anyone know whats going on?
Why is the filetype of the stream not regonized when I upload a TIF ??