Skip to content
Advertisement

Tag: dropzone.js

How to customize Dropzone js?

How do I customize Dropzone js? I searched for hours, but only gone in loops. I’m trying to go from this… To something like this… I don’t need the background or any fancy styles, and the functionality already works. I Just mainly need the files to be like they are in the red box. But I don’t know where to

Add ID to the preview div in Dropzone.js

I’m trying to add an id attribute to each file uploaded in Dropzone.js, So I can sort it later on. This is my code: The line Should add the id, but it does nothing. Tried it with prop() too. If I choose a different element, it does work fine. for example, this works for .dz-details But I cannot seem to

Advertisement