I’ve been trying out filepicker.io and found that it is a bit irritating to have to go through two steps if I click on the “Pick File” button and the only source I have set is “COMPUTER”. It still brings up the dialog box and I have to click on “Choose File”.
Can the plugin just be smart enough to recognize that it is computer only and bring up the file dialog when a user clicks on “Pick File”? It already has the div in there to drop files.
Interesting idea, we don’t actually have this functionality currently, but using the components like filepicker.store and filepicker.makeDropPane, this shouldn’t be too hard. Here’s a quick sketch of what the code would look like:
Example at
http://jsfiddle.net/yCDDg/1/