I\'m implementing jQuery File Upload and trying to figure out the best way to detect whether the client can support drag & drop so I can render something like \'Drag &am
Modernizr is the de-facto browser support detection plugin and supports drag-and-drop detection.
In Modernizr 1.5, we test for the following drag events: drag dragstart dragenter dragover dragleave dragend drop
In Modernizr 1.5, we test for the following drag events:
Source