-1

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.

AliRıza Adıyahşi
  • 15,658
  • 24
  • 115
  • 197

1 Answers1

0

in ckeditor config file I added this.

baseurl="/uploads/images/" + System.Web.Security.Membership.GetUser().ProviderUserKey;
AliRıza Adıyahşi
  • 15,658
  • 24
  • 115
  • 197