Hello,
I have a method that takes an arraylist of tif objects and sends them
to another method to extract them from a database and put them into
a HttpServletResponse to be sent to a tiff viewer
applet running in a
jsp.
My problem is that I need to send multiple files to the applet in a single stream for the viewer to show every file. Here is the code I have, which works for a single image.
Any suggestions, ideas would be greatly appreciated.
Chris Cornelius