Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在下面的代码中动态定义上传和浏览baseurl到ckfinder吗?(当我创建 ckfinder 时)
CKFinder.setupCKEditor(null, '@Url.Content("~/ckfinder/")');
谢谢。
在 ckeditor 配置文件中我添加了这个。
baseurl="/uploads/images/" + System.Web.Security.Membership.GetUser().ProviderUserKey;