使用ckEditor发送电子邮件,图像问题

发布于 2024-11-10 10:50:53 字数 313 浏览 2 评论 0原文

我正在使用 ckEditor (http://docs.cksource.com/CKEditor_3.x)。 我的目标是将输入的文本作为电子邮件发送。

我按照文档中的建议获取编辑器的内容:

var message = CKEDITOR.instances.editor1.getData();

然后将消息发送到服务器端的 webmethod,并且发送成功。

问题是:图像被添加为img标签,并获取本地目录地址,因此无法在收件人端查看。

如何将图像添加到电子邮件中?

提前致谢!

I'm using the ckEditor (http://docs.cksource.com/CKEditor_3.x).
my goal is to send the the text entered as an email message.

I get the contents of the editr as suggested in the docs:

var message = CKEDITOR.instances.editor1.getData();

then send the message to a webmethod on the server side, and it sends ok.

the problem is: the images are added as an img tag, and get the local directory address, so it cannot be viewed on the recipients side.

how can I add the images to the email message?

thanks in advance!

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

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

发布评论

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

评论(1

热血少△年 2024-11-17 10:50:53

您需要使用文件上传器。 CKFinder 与 CKEditor 完美集成。演示使用免费(我认为也是开源项目),但商业用途大约 70 美元。

You need to use a file uploader. CKFinder integrates nicely with CKEditor. Free for demo use (and open source projects I think), but about $70 for commercial use.

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