Multiple images uploader

Silverstripe Version: 4.4

How to add multiple images uploader to page type?

I’m trying to add uploader for multiple images to page type, but not found any examples or tutorials for silverstripe 4.

Please give me reference or advice how to realise it.

Igor.

You can use ->setIsMultiUpload(true) on an upload field to allow multiple file uploads (SilverStripe\AssetAdmin\Forms\UploadField | SilverStripe API)

That said, the following add-on may be the best way to achieve it, as it also provides the ability to sort the images within the CMS: