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
Instead of storing images in the database, store the path and/or filename for the image. Images will fill up the database and make it slow.