How can i store images from database in Array using jsp???
Plz Help!!!!
How can i store images from database in Array using jsp???
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.