The HTML5 "multiple" attribute allows multiple files to be selected and uploaded at once. In Backdrop, we should integrate this into the "managed_file" element and the File module field.
Sub-issue of https://github.com/backdrop/backdrop-issues/issues/200
This should be relatively portable from Drupal 8.
Commit: http://drupalcode.org/project/drupal.git/commit/8fd2b4779ec83c3e44a8caac... Issue: http://drupal.org/node/625958
~~PR by @docwilmot: https://github.com/backdrop/backdrop/pull/2430~~ ~~PR by @quicksketch (based on @docwilmot's): https://github.com/backdrop/backdrop/pull/3030~~ PR by @docwilmot: https://github.com/backdrop/backdrop/pull/3755
Recent comments
What I found from some quick testing ( having added tinyMCE) is that if i disable the restrict HTML tags option in the text format filter options, with TinyMCE the paging works, with CKEditor5...
Paging - incorporate with CKeditor?
the new module will probably add that anyway The module doesn't add anything to "Limit allowed HTML tags". If having the markup (or comment, it's configurable with Paging) in...
Paging - incorporate with CKeditor?
It won't fix CKEditor but would allow it in TinyMCE. However, the new module will probably add that anyway
Paging - incorporate with CKeditor?