S
shapper
Hello,
I am working on an ASP.NET MVC web site with SQL 2008.
I need to upload a files to the server.
My approach at the moment is to save the files on a folder and save
the path on a SQL table.
But I am thinking on saving the files directly on the SQL 2008
database.
I am mostly saving images and pdf's.
I know SQL 2008 has a new file type.
I am using C#. Saving the files on the database is a good approach.
How should I do this?
Thanks,
Miguel
I am working on an ASP.NET MVC web site with SQL 2008.
I need to upload a files to the server.
My approach at the moment is to save the files on a folder and save
the path on a SQL table.
But I am thinking on saving the files directly on the SQL 2008
database.
I am mostly saving images and pdf's.
I know SQL 2008 has a new file type.
I am using C#. Saving the files on the database is a good approach.
How should I do this?
Thanks,
Miguel