Can I define upload and browse baseurl to ckfinder dynamicly in the following code? (when I m creating the ckfinder)
CKFinder.setupCKEditor(null, '@Url.Content("~/ckfinder/")');
Thanks.
Can I define upload and browse baseurl to ckfinder dynamicly in the following code? (when I m creating the ckfinder)
CKFinder.setupCKEditor(null, '@Url.Content("~/ckfinder/")');
Thanks.
in ckeditor config file I added this.
baseurl="/uploads/images/" + System.Web.Security.Membership.GetUser().ProviderUserKey;