Forgive me if this is a very easy problem, but I am completely new at .NET (5 hours in) and I have been struggling with this for a while now.
I am trying to create a website where I can upload my music files to a database and stream them from said website. My end goal is to be able to stream MP3 files from any device in my house, and I thought it would be fun to try out asp.net core because it is cross platform now. I went through the tutorials found on the website, but I couldn't find anything that mentioned file uploading. After researching I found that IFormFile is the way to go; however, I can't create a database with that datatype. I was wondering if anyone could help get me started with the file uploading part. I feel that once that part is done I can figure out the rest since HTML has a built in audio streamer.