ASp.Net 中的 CkFinder - MVC2 MVC.NET
有人设法让 CkFinder 在 MVC2 或 MVC3 应用程序中工作吗?否则,还有其他选择吗?我需要授予用户访问文件夹的权限(每个用户都有自己的文件夹)来上传多个图像和 CSS 文件并创建子文件夹。
我已经在使用 CkEditor,并且很想让 CkFinder 工作,但我是 MVC 初学者,不知道从哪里开始。
谢谢,
Anyone managed to get CkFinder working in an MVC2 or MVC3 application? Otherwise, are there any alternatives? I need to give users access to a folder (each user have their own folder) to upload multiple images and CSS files and create subfolders.
I'm already using CkEditor, and would love to get CkFinder working, but I'm MVC beginner and don't know where to start.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您看过这个 http://docs.cksource.com/CKFinder_2.x/Developers_Guide CKEditor 似乎与 ASP.NET Webforms 集成在一起,因此您始终可以将 MVC 站点链接到 Webforms 站点或将 asp.x 页面包含到 MVC 项目中。
但是,如果您只想让 CKEditor 实现图像上传,而不是实现 CKFinder,那么这 2 个 URL 将帮助文件上传器和浏览器正常工作。
http://arturito.net/2010/11/03/file-and-image-upload-with-asp-net-mvc2-with-ckeditor-wysiwyg-rich-text-editor/
http://webcmd.wordpress.com/2011/01/23/rich-text-editing-with-ckeditor-mvc-3-and-the-razor-engine/
Have you seen this http://docs.cksource.com/CKFinder_2.x/Developers_Guide seems like CKEditor intergrates with ASP.NET webforms out the box so you could always have your MVC site link to a webforms site or include asp.x pages into a MVC project.
However if you just want to get image uploading working for CKEditor and not CKFinder implemented, then these 2 URLS will help get the file uploader and brower working.
http://arturito.net/2010/11/03/file-and-image-upload-with-asp-net-mvc2-with-ckeditor-wysiwyg-rich-text-editor/
http://webcmd.wordpress.com/2011/01/23/rich-text-editing-with-ckeditor-mvc-3-and-the-razor-engine/