I am trying to display image on the cshtml file. The spam filter prevents me from typing the HTML for image. However the source is set to
src= \"@Html.Encode(Mod
The path in the src attribute must be relative to the website root, not the absolute path on the server. So in your case that would probably be something like "/uploads/FileUpload12011_03_02_11_49_22.jpg".
src
"/uploads/FileUpload12011_03_02_11_49_22.jpg"