使用 CKFINDER 为每个用户提供私人上传文件夹
我想让 ckfinder 根据 user_id 将文件上传到私人文件夹中。有什么办法可以做到这一点吗?我如何调用 config.php 文件来动态更改每个 ckeditor.replace() 的设置。
I would like to have ckfinder upload files in a private folder based on user_id. Is there any way to accomplish this? How can i call the config.php file to change the settings dynamically for each ckeditor.replace()
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 config.php 中的会话变量解决了这个问题
solved this using a session var in the config.php