ASp.Net 中的 CkFinder - MVC2 MVC.NET

发布于 2024-10-18 23:21:30 字数 184 浏览 1 评论 0原文

有人设法让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十雾 2024-10-25 23:21:30

您看过这个 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文