ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

[questions] Status of this project / plans #65

Closed geonanorch closed 7 years ago

geonanorch commented 7 years ago

Hi there

I just spent a (long) while looking at lightweight, vanilla javascript file uploaders. I like this project very much: indeed very light, excellent documentation, intuitive/natural use.

A couple of things worry me: there have been no updates since early 2015, and there is a single contributor. Now, this could mean that perfection was reached (that would be fine, no need to keep changing something that does its job well), but I would still like to ask:

Thank you at any rate for this great contribution.

ProgerXP commented 7 years ago

Thanks for sharing your impression. Not a lot of people have done that despite the FileDrop's age.

Now, this could mean that perfection was reached (that would be fine, no need to keep changing something that does its job well)

Yes, the project is pretty much finished.

No, there are still bugs (they are open here on GitHub), mostly regarding big file uploads (more than a few megabytes). I have been planning to tackle them for quite some time but because they are not critical for my use cases I haven't done that yet. Apart from these problems, FileDrop works fine AFAIK. I don't know about any critical bugs, and FileDrop is very extensible so you can correct most problems without touching the core.

are issues or pull requests welcome?

It depends on the pull request, generally I want to keep the code style consistent so I can do some corrections. But contributions are always welcome even if they're not accepted - they don't let me forget about the project.

geonanorch commented 7 years ago

Thank you for the prompt reply, I stand reassured! I might use FileDrop for uploading photos, i.e. potentially big files. I will contact you if I find something useful...