Upload .rar files to sql server 2008 r2 using c# [duplicate]

Multi tool use


Upload .rar files to sql server 2008 r2 using c# [duplicate]
This question already has an answer here:
gods of olympus. I hope you are well, I also hope my question is not repeated and is a nuisance (I have already done a search before dare to ask). I am investigating how to upload a file of any type to SQL server, using c # .NET. I have not found satisfactory information about it. I have no idea how to do it, I have not been working in c # for a long time (not even programming :(). Some of you could guide me, either by posting code (a shame on my part) xd), or, more decent, redirecting me to some place where there is information about it. At the moment I only know that need to transform the source file xdd
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
I need multiple users to have access to download the file. As I do not know anything about web :(, I'm looking for a solution that way
– Jesé Abraham Chavez Rivas
18 mins ago
you almost definitely don't want ppl to have direct access to your database. a web middle layer is still the best way to go .
– Steve
16 mins ago
some info :x to learn how to do it ,please and thanks
– Jesé Abraham Chavez Rivas
14 mins ago
choose a web server technology and google the tutorial. php, asp.net and node are the main stream ones
– Steve
11 mins ago
most importantly. why would you want to keep that in the DB instead of just storing on disk
– Steve
21 mins ago