retrieve image from servlet to jsp with other normal data values in java [duplicate]
问题 This question already has answers here : How to retrieve and display images from a database in a JSP page? (5 answers) Closed 3 years ago . I want to retrieve image from database which is stored as a blob and this image is a profile image of employee so with image some other details will come like name,designation and all so i am passing servlet path and value in employeedetail.jsp and it is going to that servlet and everything is correct like query , parameter but finally on employeedetail