TinyMCE(图像管理器):如何强制客户端通过“基本上传”上传
您可能已经知道,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎有一种技巧可以通过删除其中一个文件中的值来禁用其中任何一个。如果您转到文件 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