I have an ASP.NET website. I want to upload a file to the website and save it into a FileTable in SqlServer 2012.
Once uploaded, my website code has a Stream object
I had the same issue. The following answer works for me.