Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 xpage 中,我有一个视图,其中包含指向存储在 RT 字段中的 pdf 文件的链接,格式为:servername/directory/nsf filename/O/id/file/docname
用户必须先打开 pdf 文件并将其保存在本地,然后才能将其“放入”电子邮件中。如果用户可以直接从 Xpage 将文件拖放到电子邮件中会更好。现在,当用户尝试拖放时,他将拖放链接,而不是文档本身。由于该数据库不可用于 public ,因此无法使用。
http://openntf.org/XSnippets.nsf/snippet.xsp?id=drag-and-drop-attachment-links-from-file-download-control-to-operating-system-to-download
似乎只在 Chrome 中工作。