Prepare for your Next Interview
This is a discussion on PLz Help??? within the JSP forums, part of the Web Development category; How can i store images from database in Array using jsp??? Plz Help!!!!...
|
|||
|
Re: PLz Help???
You can use scriplet and then write simple java code for reading image file byte by byte n then render it and then finally you can save it in an array but beware you may exceed the heap space as images take large space.
|