Hay Everyone,
I would like to read an image file (jpg, gif, etc) from disk and make the image available to a
jsp for display. I know the location and name of the image file because I have stored the file name in an
EJB when I wrote the image file to disk after the user uploaded the file via a jsp. The image is assocaited with a piece of equipment. Later, when the user is viewing the equipment I have the image name hyerlinked. From this point I have not figured out how to re-produce the image in a jsp on the click.
How does one do that?
TIA for all help!