How to retrieve and display images from a database in a JSP page?

前端 未结 5 1916
渐次进展
渐次进展 2020-11-21 04:37

How can I retrieve and display images from a database in a JSP page?

5条回答
  •  孤街浪徒
    2020-11-21 05:08

    I suggest you address that as two problems. There are several questions and answer related to both.

    1. How to load blob from MySQL

      See for instance Retrieve image stored as blob

    2. How to display image dynamically

      See for instance Show thumbnail dynamically

提交回复
热议问题