I am trying to send a file via helper webmail (asp.net razor v3).
if you upload a file to the root of the site and enter it in the text field, the email is sent normally. But I need to engage
<input type="file" id="fileUpload" name="fileAttachment" />
var filesList = new string[] { fileAttachment };
how to make file selectable?