Retrieve Images from sql server database

后端 未结 4 1896
眼角桃花
眼角桃花 2020-12-04 03:24

i am storing images to the database. How to retrieve all the images from the database.

Eg: select images from imagetable

Problem:

Data Logic:

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 03:45

    You need to get the binary data from the DB, and then stream the binary data to the browser as image.

提交回复
热议问题