Page 1 of 1

dropzone.js

Posted: Fri Nov 28, 2025 7:42 am
by azpro
Hi all,

Did anyone accomplish to integrate dropzone.js somewhere in core code. I am not getting it to work and probably make the simplest mistake.

So now I am stuck :D

If someone did succeed - I would like to have a rough skeleton.

Tnx!

Re: dropzone.js

Posted: Fri Nov 28, 2025 5:37 pm
by BrockleyJohn
I have an addon that does product image drag and drop (multiple images at once) into admin catalog and also adds thumbs to the gallery images so you can see what you're doing when you reorder them.

Doesn't rely on js libs - uses the html drag and drop api

So far only tested on Firefox... looks like this:
Screenshot 2025-11-28 172924.png

Re: dropzone.js

Posted: Sat Nov 29, 2025 9:52 am
by azpro
BrockleyJohn wrote: Fri Nov 28, 2025 5:37 pm I have an addon that does product image drag and drop (multiple images at once) into admin catalog and also adds thumbs to the gallery images so you can see what you're doing when you reorder them.
Great - would you like to share / sell?

Thanks - A

Re: dropzone.js

Posted: Sat Nov 29, 2025 10:03 am
by tessthepup
azpro wrote: Sat Nov 29, 2025 9:52 am
BrockleyJohn wrote: Fri Nov 28, 2025 5:37 pm I have an addon that does product image drag and drop (multiple images at once) into admin catalog and also adds thumbs to the gallery images so you can see what you're doing when you reorder them.
Great - would you like to share / sell?

Thanks - A
@azpro
Already shared
viewtopic.php?f=28&t=3090

Re: dropzone.js

Posted: Sat Nov 29, 2025 10:03 am
by BrockleyJohn

Re: dropzone.js

Posted: Sat Nov 29, 2025 10:40 am
by azpro
Thanks guys!