The past few days I've been working on a personal project and needed to add file-upload functionality to an existing form. So, I was searching for something to make things elegant and allow also drag&drop, not just the traditional file browser. I could not find anything that fit my needs (DropzoneJS required too much workaround to work with my existing form), so I decided to make my own from scratch. It turned out qu…
Looks good, i would hide the button and make the dropzone area clickable.
That is one option. Will see if I can make it configurable and/or dependent on the theme.