It's been a while since I last worked with CMSMS - not since before 2.0 was released.
One challenge I remember was the scenario where you want to upload multiple images to a dedicated field within a page. For a single image I could use GBFilePicker, but for multiple images there was no easy solution and I had to use the Gallery module and then select the gallery from the page editor.
So my question is: are there any new solutions to this scenario, either in the core or via a module? The needs are...
- Interface within the page editor (so I don't have to navigate away from the page being edited to a separate section in the CMS admin)
- Allows the upload of multiple images, where the number of images is not known (i.e. not a bunch of individual file/image fields).
- Provides basic content management features: sort the images, add a plain-text caption to each image
- Is a dedicated field so the images can be retrieved and iterated over in the template (i.e. not a WYSIWYG field)