All-Star
58124 Points
15641 Posts
Jan 02, 2020 05:08 PM|bruce (sqlwork.com)|LINK
what part are you having trouble with.
1) upload files?
https://docs.microsoft.com/en-us/aspnet/core/mvc/models/file-uploads?view=aspnetcore-3.1
2) save file to database? just use byte[] as the column type.
3) use sqlserver file tables?
https://damienbod.com/2015/12/05/asp-net-5-mvc-6-file-upload-with-ms-sql-server-filetable/
All-Star
58124 Points
15641 Posts
Re: Asp.net Core working with excel
Jan 02, 2020 05:08 PM|bruce (sqlwork.com)|LINK
what part are you having trouble with.
1) upload files?
https://docs.microsoft.com/en-us/aspnet/core/mvc/models/file-uploads?view=aspnetcore-3.1
2) save file to database? just use byte[] as the column type.
3) use sqlserver file tables?
https://damienbod.com/2015/12/05/asp-net-5-mvc-6-file-upload-with-ms-sql-server-filetable/