I have a screen where I can drag-and-drop files from a Windows folder to a list box. Once the file is drag-and-dropped, the list box displays the file path.
I want to be able to drag-and-drop the file directly from Outlook/Gmail. If the drag-and-drop fails, I want copy and paste options to be available.
Is it possible to paste a file from the clipboard, assuming it has been populated by the Outlook/Gmail copy option?
I want to read the copied file path (which is available in the clipboard), and show it to the user.