HI
tanveerahmed_786
you can try.
string str = Request.ApplicationPath + "/uploads/" + strlmname;
string path = Server.MapPath(@"uploads\" + strlmname);
if (!Directory.Exists(path))
{
Directory.CreateDirectory(path);
}
this.Cuteeditor1.SetSecurityImageGalleryPath(str);