Closed SimonFricker closed 10 years ago
That already exists. It's the fallback.
You must create an input: <input type="file" id="input" />
and set it's id in the options:
dropbox.filedrop({
fallback_id: 'input',
....
});
Then you'll be able to click in the droppable area to select a file.
You should add 'Click to upload' as a feature too so that way it works well with mobiles.