flask-dropzone icon indicating copy to clipboard operation
flask-dropzone copied to clipboard

Dropzone is dead, long live Dropzone!

Open NicolasCARPi opened this issue 8 months ago • 4 comments

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

NicolasCARPi avatar May 05 '25 18:05 NicolasCARPi

Any suggestion on how I migrate from flask-dropzone? Do I have to build it from scratch then?

AalbatrossGuy avatar May 06 '25 01:05 AalbatrossGuy

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

NicolasCARPi avatar May 06 '25 11:05 NicolasCARPi

okay thanks

AalbatrossGuy avatar May 06 '25 12:05 AalbatrossGuy

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?

AalbatrossGuy avatar May 06 '25 12:05 AalbatrossGuy