Live data from Hacker News

EasyDropzoneJS – open-source JavaScript library for drag&drop files

gitlab.com

11–12 of 12 posts

Re: EasyDropzoneJS – open-source JavaScript library for drag&drop files

#11
post #2

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.

Re: EasyDropzoneJS – open-source JavaScript library for drag&drop files

#12
post #4

You shouldn't pollute window with stuff if you don't have to. You created a function called `h` among with a few other things. Otherwise good job making a thing that has been made many times before

Wow. So snarky. Much devel. XD
Post reply on HN