Upload images to SQL Server 2005 using ASP.Net MVC?

前端 未结 4 1009
闹比i
闹比i 2021-01-14 06:53

I know there is a way to upload images to the database as image type or varbinary type, however, I searched around the entire week, I am unable to find anything that can hel

4条回答
  •  终归单人心
    2021-01-14 07:30

    Have a look at Download and Upload images from SQL Server via ASP.Net MVC for an example of efficient streaming of image files stored in SQL Server BLOB fields.

提交回复
热议问题