I wanna know how to save File in Database I made DB like this
But I don't know how to use this type of format and Maybe this way is false
I wanna know how to save File in Database I made DB like this
But I don't know how to use this type of format and Maybe this way is false
You should store the file contents in a varbinary field in the database. The way of doing this depends on the tools you are using.
If you use Entity Framework for example, then you should use a byte array to represent the content of the file.