Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple file upload? #356

Open
ErnaOudman opened this issue Nov 3, 2017 · 1 comment
Open

Multiple file upload? #356

ErnaOudman opened this issue Nov 3, 2017 · 1 comment

Comments

@ErnaOudman
Copy link

It would be nice to also have a widget that can be used for uploading multiple files, using the "multiple" attribute of the file input form.

I might have missed it, but I believe this widget isn't available in deform. Is there a specific reason not to support this?

@stevepiercy
Copy link
Member

This is possible now that arbitrary attributes can be added to any widget. However the UI is suboptimal. It would need some fixing up to be practical.

After a brief search, I found a jQuery plugin that supports both Bootstrap 4 and 3, and doesn't suck: https://github.com/kartik-v/bootstrap-fileinput.

Alternatively it can be handled through a sequence of file uploads.

I would accept a PR with a proposed enhancement and functional tests in both Deform and deformdemo.

@stevepiercy stevepiercy added this to the 3.1.0 milestone Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants