Hi. I'm downloading an image stored in MS SQL database.
I have created a servlet that will somehow read and write the binary data extracted from the database. But my jsp cannot display the image in the page.
Can anyone please help me on how i can invoke a servlet outputing an image <img src=""> tag?
I have created a servlet that will somehow read and write the binary data extracted from the database. But my jsp cannot display the image in the page.
Can anyone please help me on how i can invoke a servlet outputing an image <img src=""> tag?