Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

How to allow drag-and-drop AEM DAM images

Avatar

Employee

I'm using a copy of the image-fondation-component (/apps/foundation/components/image/cq:editConfig/cq:dropTargets/image) with accepts image/* and groups media.

 

Now I want to configure the image component so that only images from the DAM are allowed (and especially no upload from a Windows Explorer).

 

Also I want to configure the parsys NOT to accept any uploads except into a download-component (/apps/foundation/components/download/cq:editConfig/cq:dropTargets/file accepts .*).

 

I am sure it is possible, thanks for your help.

1 solución aceptada

Avatar

Respuesta correcta de
Employee

T. Fischer wrote:

 

Now I want to configure the image component so that only images from the DAM are allowed (and especially no upload from a Windows Explorer).

This part is relatively simple: make a copy of the foundation image component, and add a property for the smartimage widget in the dialog:

     allowUpload="{Boolean}false"

 

Also, see the SmartImage documentation.

Ver la solución en mensaje original publicado

1 Respuesta

Avatar

Respuesta correcta de
Employee

T. Fischer wrote:

 

Now I want to configure the image component so that only images from the DAM are allowed (and especially no upload from a Windows Explorer).

This part is relatively simple: make a copy of the foundation image component, and add a property for the smartimage widget in the dialog:

     allowUpload="{Boolean}false"

 

Also, see the SmartImage documentation.