This was working in 6.2, now it's not working in 6.3. I'm using that code in my codebehind file. The Insert Image button is now defaulting to /uploads and I can't seem to change it. I'm on shared hosting and do not have access to server config files.
HELP!
ALSO, when I paste code into this editor (the Support Forums editor) it deletes every instance of the letter R. Look:
HtmlEdito.Setting["secuity:ImageGalleyPath"] = "~/files/" + Session["usepath"];HtmlEdito.Setting["secuity:MediaGalleyPath"] = "~/files/" + Session["usepath"];HtmlEdito.Setting["secuity:FlashGalleyPath"] = "~/files/" + Session["usepath"];HtmlEdito.Setting["secuity:FilesGalleyPath"] = "~/files/" + Session["usepath"];
Version 6.3, and errors this significant?