-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support upload fields for multiple files #123
Comments
For reference also this ticket in SimpleMedia https://github.com/zikula-ev/SimpleMedia/issues/24 |
would be great to have this option included in MOST so users like me can use it as well ;-) |
It's getting easier as we migrate from prototype to full jQuery. Most scripts use jQ and running that together with prototype scripts was not straight forward for me, you need no-conflict, but not all scripts are prepared for that it seems. But getting something general in MOST woudl indeed be really great. |
as more as I dive deeper into module design with MOST I am missing this feature more and more! If I could vote it would be part of 0.6.1 ;-) |
the solution of https://github.com/cmfcmf/MediaModule could be reference :-) |
A new property |
Just implemented a multi upload based on https://www.dropzonejs.com/ for two MOST-based modules. Maybe this can be reused as a foundation for a generic support. But in my use case each image is stored as a separate entity. |
A new upload field property should allow to have multiple uploads.
Generator implementation should treat this as an array field instead of using a text field.
Also the additional array field for meta data should become an array of arrays in those cases.
Async implementation of #122 should be enhanced to support lists with multiple files, too.
Reference code is available.
The text was updated successfully, but these errors were encountered: