How can I use clipboardData.getData to return the file path of a file I have copied to my clipboard? (Internet Explorer)
Example:
1) user copies word document on desktop to clipboard
2) user right clicks on my web page and clicks "paste"
3) web page captures the file path of the document that was on the clipboard
I have tried using clipboardData.getData but it returns "null" when I paste a document