ASP.NET store Image in SQL and retrieve for Asp:Image

前端 未结 7 830
挽巷
挽巷 2020-12-01 17:41

I am looking to fileupload a picture jpeg,gif,etc into an SQL database on an updateprofilepicture page. Then on the profile page, I want to retrieve the image from an sql da

7条回答
  •  醉梦人生
    2020-12-01 18:17

    Try these links it might help you..

    you can also try by storing the image files on the server and store the paths on the Sql table.. by these links

    http://pratikataspdotnet.blogspot.in/2014/11/retrieve-images-from-path-stored-in.html

提交回复
热议问题