I am having som problems saving the html code to an file.
private void gem_ServerClick(object sender, System.EventArgs e)
{
Editor1.SaveFile("brugere/" + Session["kundenr"] + "/sider/" + filNavn.Value + ".htm");
}
Sometimes it is saved but the most of the time it isn't.
What do i do wrong?