I've done a bit of research online, but haven't found an answer to my exact scenario. I have an html editor that is bound to a model property. When attempting to insert an image from my local computer, the upload works normally. However, the thumbnail is a broken image icon both in the select image as well as the html editor. If i look at the html the image src is <img src="…/Content…", If I delete the "…" and change it to <img src="/Content…" the image shows up in the editor. Any ideas/suggestions?
Thanks in Advance.
Hello Sylvan,
It is difficult to determine the cause of the issue without reviewing the code that you are using. Please provide us with code snippets, which should allow us to reproduce the issue from scratch. Alternatively, send us a sample working project demonstrating the problem in action. We will do our best to determine its cause.
I have attached a copy of the _HTMLPartial View, Edit View, and Controller that are being used.
Also, its when I run VS2013 targeting Google Chrome.