Dropzone is dead, long live Dropzone!
Hello,
The main Dropzone repository has been abandonned by its author.
But rejoice, as a maintained fork took over, and is being maintained at: https://github.com/NicolasCARPi/dropzone?tab=readme-ov-file#fork
We've fixed many bugs and improved a few things, while staying fully compatible (no breaking changes) with the old version.
Anyway, if you're willing, dear reader with write access to this repo, to update your project with the latest version, and if users of this package would like to get a better dropzone, please go ahead! :)
Cheers, ~Nicolas
Any suggestion on how I migrate from flask-dropzone? Do I have to build it from scratch then?
TBH, I'm not sure why this package exists in the first place. Seems weird to have a JS lib available on a python repository. But I'm not familiar with flask, so there must be a reason.
Do I have to build it from scratch then?
You don't have to build anything, just use the lib like any other JS lib in the world.
Use the CDN to get started, it's the easiest path: https://github.com/NicolasCARPi/dropzone?tab=readme-ov-file#not-using-a-package-manager-or-bundler
okay thanks
Use the CDN to get started, it's the easiest path: https://github.com/NicolasCARPi/dropzone?tab=readme-ov-file#not-using-a-package-manager-or-bundler
Using this seems to yield no results. Any idea why? I imported link and script in <head> and the div container and the script where dropzone is being added as a global variable, in the <body> tag. Am I doing anything wrong?
Hi, I fixed the issue. It was a small bug. However, I would like to know, what's the css for editing the progress bar?