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.
The moose likes Servlets and the fly likes BMP/GIF file Manipulation in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "BMP/GIF file Manipulation in JSP" Watch "BMP/GIF file Manipulation in JSP" New topic
Author

BMP/GIF file Manipulation in JSP

Nathan KV
Greenhorn

Joined: Aug 09, 2001
Posts: 25
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
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

------------------
author of:


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: BMP/GIF file Manipulation in JSP
 
Similar Threads
Javascript file loading
need to read the blob and convert it into a file
Uploading & displaying images using Struts
Bmp, gif, jpeg
need to convert oracle blob into a file