In one project we have used Dropzone to upload files. Each file generates a list entry in ListWidget, thus additional information can be displayed / edited. This seems to be so useful, we should consider integrating it into gocept.jsform.
We should not include it by default to keep dependencies low. But maybe we should provide template / integration code, so the developer only has to install dropzone to make it work.
Originally reported by: Florian Pilz (Bitbucket: florianpilz, GitHub: florianpilz)
In one project we have used Dropzone to upload files. Each file generates a list entry in ListWidget, thus additional information can be displayed / edited. This seems to be so useful, we should consider integrating it into
gocept.jsform
.Our template inside the project:
And JS to set it up: