Is there a way to showcase this File (c#) on a JavaScript site?
return File(streams.First(), "application/octet-stream", Path.GetFileName(element.Path));
I am looking for something similar to this:
<img id="myImg" src="_____" width="107" height="98">