TinyMCE(图像管理器):如何强制客户端通过“基本上传”上传

发布于 2024-11-02 23:59:04 字数 189 浏览 1 评论 0原文

您可能已经知道,ImageManager 有 3 种上传文件的方式(Flash / Silverlight / Basicupload)。 如果您的电脑上安装了 silverlight,它将使用它。 Flash 等也是如此。

有没有办法强制插件仅使用基本上传? 我在文档中找不到这样的选项。

谢谢

as you may already know, ImageManager has 3 ways to upload files (Flash / Silverlight / Basicupload).
If you have silverlight installed on your pc, it'll use it. Same for flash ect..

Is there a way to force the plugin to use only the Basic upload ?
I can't find such option in the documentation.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

め七分饶幸 2024-11-09 23:59:04

似乎有一种技巧可以通过删除其中一个文件中的值来禁用其中任何一个。如果您转到文件 imagemanager/pages/im/js/upload.js ,应该有一个名为 initPlupload 的方法,其中有一行类似“runtimes : 'gears,silverlight,flash',” 摆脱 silverlight 和 flash,然后它应该始终默认为基本上传器。

http://tinymce.moxiecode.com/forum/viewtopic.php?id=22335

It seems there is a trick to disable any of them by removing values in one of the files. If you go to the file imagemanager/pages/im/js/upload.js there should be a method called initPlupload and in that a line like "runtimes : 'gears,silverlight,flash'," Get rid of silverlight and flash and then it should always default to the basic uploader.

http://tinymce.moxiecode.com/forum/viewtopic.php?id=22335

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