TinyMCE 过去的 MS Word 图像
我需要通过复制粘贴功能将带有图像的文字文本复制到我的服务器。为此,我选择 TinyMCE 编辑器。
当仅从单词插入文本时,编辑器工作正常。当从 Word 插入图片时(图片显示在 TinyMCE 文本区域中),它也可以正常工作。
但是,当我将单词文本与图像复制粘贴时,只有文本显示在文本区域中。
有什么办法可以解决这个问题吗?
下一个问题是,TinyMCE 是否有一个插件可以在粘贴时从 TinyMCE 文本区域获取图像的链接,并将图像保存在服务器上?
I need to copy word text with image to my server through copy - paste function. For that purpose, I choose TinyMCE editor.
The editor works fine, when inserting from word just text. It also works fine, when inserting from word just picture (the picture shows in TinyMCE textarea).
However, when I copy paste word text together with image, only the text shows in textarea.
Is there any way around how to solve this issue?
Next problem is, is there a plugin for TinyMCE that would get the link to the image from TinyMCE textarea, when pasting, and save the image on server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该看看 tinymce 粘贴插件 - 这应该能够处理它。
You should have a look at the tinymce paste plugin - this should be able to handle it.