Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-75956

允许直接从MS Outlook和其他邮件客户端复制粘贴或/和拖放附件

    XMLWordPrintable

Details

    • 0
    • 4
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      It's excellent to be able to copy and paste documents, or drag and drop, from the Windows desktop into the Confluence editor.

      It would be even better if I could copy (or drag) an attachment from a mail in my MS Outlook 2010 and paste it directly into Confluence.

      At the moment I have to copy/drag to the desktop then copy/drag to confluence editor.

      Workaround (Chrome)

      1. The current behavior of Drag and Drop seems to move the emails over to Confluence, deleting it from Outlook.
      2. For Chrome, we can workaround the issue by using the Javascript below in Confluence.
        • <script type="text/javascript">
          $(document.body).on('dragover', function (e) {
          e.originalEvent.dataTransfer.dropEffect = 'copy';
          });
          </script>
        • How to use JavaScript in Confluence

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              98cef97fa963 suzhaohe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: