I have a requirement for displaying one or more TIFF files on the same ASPX page. To add to the complexity, some of the files can be multiple page TIFF files. IE6-8, FF 3.X, Google Chrome support required.
I have had some success displaying any one image by converting the file to a MemoryStream and sending to to the Response via BinaryWrite, but can not seem to find the way to support multiple files/pages. What is the best way to accomplish this?