-
Notifications
You must be signed in to change notification settings - Fork 8
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 #11
Comments
See https://github.com/atk4/ui/blob/develop/src/FormField/Upload.php. This one supports multiple file upload. |
It says "CURRENTLY NOT SUPPORTED." and the line handling it is commented out. Any chance someone is integrating this also into atk4-filestore? |
Oh, right :( |
This would be the right element for a multiple file upload: https://jsfiddle.net/lubber/m9srqbco/5/ |
Multiple file uploads would be appreciated (with tokens stored in a single comma-separated text file which is shown similar to a multi-select dropdown where individual files can be deleted again, and each file can be downloaded)
The text was updated successfully, but these errors were encountered: