put image into database

Hi.how can i input image into MySQL and also retrieve it through jsp ?i need to store one full image of type ".gif" or ."jpg"and not url of the image..........please can anyone help me.RegardsSenthil
[255 byte] By [v_senthilraja] at [2007-9-26 4:50:37]
# 1
Why do you need to store the image rather than its url? It is far easier to save the image as a file and display it served normally. This will also work out a lot quicker than passing it out of MySQL into the servlet you would need to convert the bitstream into an image successfully.
Breakfast at 2007-6-29 18:42:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi ben. what is the type of field used in database? if u have any sample code. can u please post it here.ThanksSenthil
v_senthilraja at 2007-6-29 18:42:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...