or
Hello,
I have placed an image in the editor with the following source:
<img alt="" width="319" height="292" style="z-index: -50;border: 0px solid;" src="http://mysite.com/images/9/folder1/folder2/myimage.jpg" />
Which is working fine. When double click the image to open in the image manager I am receiving the javascript error: "Invalid Characters in Folder Name" and I can click "OK" and continue on as normal.
I have tried a few different things with the paths but still no go:
Dim viewImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"
Dim uploadImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"
<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true" Position="Bottom" />