LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Allow drag and drop and button all on a single element. #95

Closed mouse0270 closed 9 years ago

mouse0270 commented 9 years ago

I personally love the drag and drop and it works wonderfully but I noticed that when I was working on a single monitor instead of a dual+ monitor setup that I kept click on the drag and drop area hoping it would bring up the dialog to select a image.

So my solution to this was and new element inside of the drag and drop area and have that act as the button but then I noticed it would only let me drag and drop on the very edges of the button.

Is it possible to have a an area that works both as a button and a drag and drop area?

mouse0270 commented 9 years ago

Solved this with some clever layout and style.