ron4: Actually i have successfully stored gif, jpg & tiff data in binary/image format in database SQL Server using ASP.NET. And viewing in web browser also successfull for gif and jpg. But i can't manage to view tiff binary in web because it is not the same format as gif/jpg. Is there any solution to solve this tiff format problem because usually tiff file need MS Office Document Imaging to opened.
And it hard to find one from internet on how to view binary tiff in web.
Hi, you can try to save the TIFF image into the MemoryStream, which in turn writing it to the OutputStream of Page's Response. This is what I normally done for PNG, I hope it works in outputting the TIFF image type too...
Hope this helps...
Alvin ChooiMicrosoft ASP.NET Enthusiast -
http://forums.asp.netBlog :
http://alvinzc.blogspot.com