NSS-Day-Cohort-59 / meticulous-magpies

TabloidMVC group project
1 stars 0 forks source link

Upload User Profile Image #12

Open joshdbarton opened 1 year ago

joshdbarton commented 1 year ago

As a user I would like to be able to upload an avatar image so that I do not have to find an image online to link to.

DanielOhrin commented 1 year ago

How would we do this? I am very curious

DanielOhrin commented 1 year ago

binary large object (BLOB) Usually you would store the actual image in a cloud service and just have a pointer in your database

DanielOhrin commented 1 year ago

But for this project, storing it in the DB seems fine