
Dragging and dropping files from your desktop to a browser is one of
the ultimate goals for web application integration. This is the first in
a four-part series of posts from SitePoint which describes how to:
Enable file dragging and dropping onto a web page element
Analyze dropped files in JavaScript
Load and parse files on the client
Asynchronously upload files to the server using XMLHttpRequest2
Show a graphical progress bar while the...