Posted by slashrsm on January 28, 2013 at 6:06pm
I've been working on a patch that adds support for "multiple" HTML5 attribute to Drupal core. So far I've done:
- 'file' and 'managed_file' FAPI elements got new setting "#multiple"
- File & Image field widget uses this to allow multi-file uploads
What needs to be done:
- Implement multi-file uploads on Image field
- fix and update tests
- update docs
Patch can be already tested on File field widget (File & Image fields are now supported) so I think it's a good moment to ask for some feedback.
Issue: http://drupal.org/node/625958 (take the most recent patch)

Comments
Support for Image fields have
Support for Image fields have been added to the patch. I'm currently working on fixing of existing tests, which should be also fixed (I just passed the latest patch to the testbot).
Any reviews would be more than welcome!
Janez Urevc - software engineer @ Examiner.com - @slashrsm - janezurevc.name
Patch is basically ready, but
Patch is basically ready, but still needs reviews. Any help would be very welcome.
Janez Urevc - software engineer @ Examiner.com - @slashrsm - janezurevc.name