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. Regards Senthil
Sajee Joseph
Ranch Hand
Joined: Jan 17, 2001
Posts: 200
posted
0
Hi, To store an image into the SQl database u can do the following 1) Convert the image into byte[] (byte array) 2)Store the byte[] into the sql database. The field type is 'binary' ..Regards ..saj
Sandeep Jain
Ranch Hand
Joined: Oct 25, 2000
Posts: 124
posted
0
Hello , Well , I dont have much experience but out of the projects that I have done ,we dont store the image itself rather than we store the pasth of the image . ------------------ Try and Try Till u succeed Sandeep Jain
Try and Try Till u succeed<br /> <br />Sandeep Jain
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.