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
The current version of Modernizr, 2.6.2, includes a test for FileReader.
Modernizr.filereader && Modernizr.draganddrop
The filereader test is under the Non-core detects section. draganddrop is in the HTML5 section. Visit the Modernizr download page.
filereader
draganddrop