This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hai all How to manipulate the BMP and GIF file in JSP and JS. I want to store the selected image into the database(oracle) and i want to retrieve the same when i need. Where should i store and manipulate the images in JSP and JS. and i want full feature about all the manipulation of the images using BLOB datatype in JSP reply me immediately regards nathan
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
Since JSP is designed for character output you should not try to serve binary files of any sort from a JSP page - use a servlet instead. You will have to set Content-type: and for best results set Content-length: headers. (hint)"reply me immediately" is not a helpful thing to say in a group like this(/hint) Bill