I have a little doubt, I need to generate an input of type File to save images in my BD, I'm using razor views in asp.net mvc 5, but I can not find how to do it by HtmlHelper
, but I see that gives you none for this type of input, any ideas on how to achieve it?
I do not attach code since I am only interested at the moment having it in my view using an HtmlHelper but without functionality.