NicolasCARPi / dropzone

Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.
http://www.dropzone.dev/js
Other
36 stars 3 forks source link

thanks #1

Closed ajiho closed 3 months ago

ajiho commented 3 months ago

Although there are many Vue or React UI libraries that provide file upload components, I believe that traditional MVC development methods cannot do without their own file upload components, because I need to upload files in my jquery project. I searched for many JavaScript plugins related to file upload on GitHub, but almost all of them are no longer maintained. Thank you again

NicolasCARPi commented 3 months ago

You're welcome! :)

ajiho commented 3 months ago

Do you have any plans recently? I really want to contribute to open source, but I only know some simple things. What can I do if needed?

NicolasCARPi commented 3 months ago

What you can do is scour the open issues and PR on the upstream repo, and bring them here if you think they are relevant enough. Give a priority to bugfixes, not new features.