
Manuel Lemos - 2010-11-23 16:41:53 -
In reply to message 1 from Gianluca Zanferrari
As suggested in the article, the idea is to use the features conditionally depending if the browser supports them or not.
For instance, Gmail allows you to drag and drop files from your desktop to the browser for attaching into messages.
If you are using a browser that does not support drag and drop, nothing will happen. But if it supports drag and drop, Gmail can upload the dropped files using AJAX requests.