Is it possible to select multiple assets from the gallery at the same time?

CE.SDK

Our asset libraries are currently limited to single selection only.

PE.SDK

iOS: A multi-select can be done with the PHPickerViewController that we don't use in our Camera and Composition tools as it has issues loading some videos.

Web: This is not possible for PE.SDK Web since we can only load one image at a time. There is a way to handle batch processing of images by selecting them outside the editor and loading them one after another if clicking the save button.

VE.SDK