使用ckEditor发送电子邮件,图像问题
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用文件上传器。 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.