Save a file from ASP.NET down to database and upp again.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I fore sure have a common task but I need some help in best practice in my topic. How should read a file from an ASP.NET site and store it in a SQL Server. Should I read it in as a byte[] and use varbinary(max) as database column type?
_____________________________ ...and justice for all
-
I fore sure have a common task but I need some help in best practice in my topic. How should read a file from an ASP.NET site and store it in a SQL Server. Should I read it in as a byte[] and use varbinary(max) as database column type?
_____________________________ ...and justice for all