Why does dragging and dropping an attachment from outlook into a record not workIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Overview This article will cover the reason why attachments from Outlook are not able to be directly dragged into a ServiceNow record such as an incident. Drag and Drop of Attachments from Outlook into ServiceNow The drag and drop functionality is determined by the browser and Outlook, which does not support the file system hooks that a browser must use to grab the file when presented with a file drop event. It's an Outlook design which limits the drop and drag ability that browsers rely on. In order to drag-and-drop a file into ServiceNow, you will need to first drag the file to your desktop and then drag it into the SN instance as this converts the file into something that is readable by the platform. Additional Information Here are a couple of sites which discuss this limitation of Outlook: https://social.technet.microsoft.com/Forums/lync/en-US/f55628e6-36ab-444e-bfc0-57df0e323737/drag-and-drop-from-outlook-to-a-browser-based-application?forum=outlook https://stackoverflow.com/questions/17184369/upload-fails-when-user-drags-and-drops-attachment-from-email-client/17197224#17197224