Expand my Community achievements bar.

Asset Selector — Adobe Experience Manager(AEM) | Digital Asset Management | AEM Community Blog Seeding

Avatar

Administrator

8/17/22

BlogImage.jpg

Asset Selector — Adobe Experience Manager(AEM) | Digital Asset Management by Albinsblog

Abstract

Asset selector lets you search, filter, and browse the DAM assets. Asset selector is available at https://[aem_server]:[port]/aem/assetpicker.html. You can fetch the metadata of your selected assets using the asset selector. You can launch it with supported request parameters, such as asset type (image, video, text) and selection mode (single or multiple selections). These parameters set the context of the asset selector for a particular search instance and remain intact throughout the selection.

Some of the important request parameters:

mode — single, multiple
root - root folder for the asset selector.e.g /content/dam/test
viewmode — search
assettype — Images, documents, multimedia, archives
mimetype - MIME type(e.g png)
Sample URL — http://localhost:4502/aem/assetpicker.html?mode=multiple&root=/content/dam/test&mimetype=*png

The asset selector uses the HTML5 Window.postMessage message to send data for the selected asset to the recipient.

Read Full Blog

Asset Selector — Adobe Experience Manager(AEM) | Digital Asset Management

Q&A

Please use this thread to ask the related questions.