You are currently viewing the Oracle section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Can anyone help me with the code to upload an image through jsp file and store it in the database and then retrieve the same image through another jsp page.
You need to convert the image file to a tream of bytes ans store that in the BLOB field in database table. Need to go reverse way to retrive the image.