We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(10)
老问题。 但是,这对某人会有帮助。
http://www.andyarndt.net/TinyFileManager.aspx 是一个 .net Web 应用程序。 也适用于网络表单。 您可以进行位定制以使其也可以与 MVC 一起使用。
Edit:
您可以参考 Github TinyFileManager.NET 中提供的示例应用程序来了解如何配置并参考文档在上面提到的页面中提到。
自定义 CSS 以避免与 Bootstrap 版本发生冲突。 3.xx:
ASP.net 控件:
TinyMCE Javascript:
保存数据库时,直接保存,重新绑定时,到文本框,使用
HttpUtility.HtmlDecode()
。Old question. However, it would be helpful to someone.
http://www.andyarndt.net/TinyFileManager.aspx is a .net web application. Works fine with webforms as well. You can do bit customization to get it worked with MVC as well.
Edit:
You can refer to the sample application provided in Github TinyFileManager.NET to how to configure and refer the documentation mentioned in above mentioned page.
Custom CSS to avoid some conflicts with Bootstrap ver. 3.x.x:
ASP.net Control:
TinyMCE Javascript:
When saving the database, save directly, and when re-binding, to the textbox, use
HttpUtility.HtmlDecode()
.这个适用于 asp.net mvc
http://aspnetadvimage.codeplex.com/SourceControl/list/changesets
This one works for asp.net mvc
http://aspnetadvimage.codeplex.com/SourceControl/list/changesets
Carlton:Alfresco 似乎是一个基于 Java 的解决方案。
Ta:我研究过插件文件夹,但没有一个真正适合 asp.net mvc。
我现在正在测试的是 Tiny 与 FCKEditor 图像上传器的混合:
这是 pho 版本,但我认为转换为 .net 非常容易 [Tinyfck][1]
[1]: this: http://p4a2.crealabsfoundation.org/tinyfck
Carlton : Alfresco seems to be a Java based solution.
Ta: I've looked into the plugin folders but none was really good for asp.net mvc.
What I'm now testing is a mix between Tiny with the image uploader of FCKEditor:
this is the pho version but I think it is pretty easy to convert to .net [Tinyfck][1]
[1]: this: http://p4a2.crealabsfoundation.org/tinyfck
我刚刚在 codeplex 上启动了一个与 ASP.NET MVC 2 完美集成的项目。如果有人想帮忙,请告诉我...我希望尽快集成裁剪(通过 JCrop)和调整大小。
http://aspnetadvimage.codeplex.com/
您可以在“源代码”选项卡上下载示例项目。
I just started a project on codeplex that integrates nicely with ASP.NET MVC 2. Let me know if anyone wants to help out... I'm looking to integrate cropping (via JCrop) and resizing soon.
http://aspnetadvimage.codeplex.com/
You can download the sample project on the "Source Code" tab.
Ajax 文件管理器 http://filemanager.3ntar.net/
免费又酷
Ajax File Manager http://filemanager.3ntar.net/
free and cooool
这是 TinyMCE 与 ASP.NET MVC 3 中 FCKEditor 文件上传管理器的集成,应该尝试一下: http:// tinymcefckfilemanger.codeplex.com/
This is an integration of TinyMCE with FCKEditor File Upload Manager in ASP.NET MVC 3, should give it a try: http://tinymcefckfilemanger.codeplex.com/
http://www.ilyax.com/imagebrowser/ 免费且最好:)
http://www.ilyax.com/imagebrowser/ free and best :)
您可以尝试: http://tinymcefckfilemanger.codeplex.com/
但是,您必须进行一些自定义才能使其成功工作!
:)
You can try: http://tinymcefckfilemanger.codeplex.com/
However, you must have some customizes to make it work!
:)
我认为这是最好的解决方案
http://www.andyarndt.net/TinyFileManager。 aspx#sthash.4MgLV1Oi.dpbs
I think this is the best solution
http://www.andyarndt.net/TinyFileManager.aspx#sthash.4MgLV1Oi.dpbs
SourceForge 上有几个开源插件,
http://sourceforge.net/tracker /?group_id=103281&atid=738747
(搜索图片)
如果您了解 Javascript,插件架构很容易理解。
如果您有时间,您可以推出自己的。
There are a couple of open source plugins on SourceForge,
http://sourceforge.net/tracker/?group_id=103281&atid=738747
(search for image)
The plugin architecture is easy to understand if you know Javascript.
If you have the time you could roll out your own.