锚标记中的 mailto: 是否确实支持附件?

发布于 2024-10-09 13:02:57 字数 300 浏览 3 评论 0原文

是否可以在 HTML 的 mailto: 标记中指定附件?

< a href="[电子邮件受保护]?body=somebody&subject=someSubject “>我的链接< /a>

如果是,我如何指定附件:

  1. 在用户的计算机上
  2. 在服务器上

Is it possible to have attachments to be specified in the mailto: tag in HTML?

< a href="[email protected]?body=somebody&subject=someSubject">my link < /a>

if yes, how can I specify an attachment on:

  1. In the user's machine
  2. At the server

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

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

发布评论

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

评论(2

画离情绘悲伤 2024-10-16 13:02:58

首先,重要的是, mailto 不是一个“标签”,它是一个 URL方案。其次,不可以,该方案仅允许您为 RFC 822 标头提供值。特定 MUA 可能支持一些 hack,但它们不可移植。

Firstly, and it is important, mailto is not a "tag", it's a URL scheme. Secondly, no, the scheme only allows you to supply values for RFC 822 headers. There may be hacks supported by particular MUAs, but they won't be portable.

东风软 2024-10-16 13:02:58

我不确定是否可以与 mailto 一起使用,但 /a 开关可以与 Outlook 一起使用。
Outlook 中有关“命令行开关”的帮助搜索提供了详细信息。
当然,因为这是一个仅限 Outlook 的交换机,并且您需要路径
展望存在局限性(以及可能由
从 Web 访问文件)。

I'm not sure about with mailto but the /a switch can be used with Outlook.
A Help search in Outlook on "command-line switches" gives details.
Naturally, since this is an Outlook-only switch and you need the path to
Outlook there are limitations (as well as possibly limitations imposed by
file access from the Web).

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