Displaying .tif images in web browser using asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, i want to display the .tif(tagged image file format) file in the web browser. can anybody help me? thanx.
-
hi all, i want to display the .tif(tagged image file format) file in the web browser. can anybody help me? thanx.
I'm not sure that the browser can show a tif, you may have to convert to bmp/gif/jpg. Then you just need an img tag pointing to the file. Christian Graus - Microsoft MVP - C++