About Us | Contact Us 
SEARCH GO  
 

Welcome to MIND Sign in | Join | Help

Re: Storing and Viewing tiff image from SQL Server

  •  11-16-2006, 9:13 AM

    Re: Storing and Viewing tiff image from SQL Server

    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 Chooi
    Microsoft ASP.NET Enthusiast - http://forums.asp.net
    Blog : http://alvinzc.blogspot.com
View Complete Thread
 ©2006 Mind Community. All rights reserved. | Privacy Statements