Expand my Community achievements bar.

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

AEM local bulk asset upload

Avatar

Level 2

Hi,


I’m running AEM locally on my machine and I often need to upload a large number of assets (images, PDFs, etc.) into the DAM. Is there a recommended way to bulk-upload assets into local AEM? I know I can drag-and-drop in the Assets UI, but that isn’t practical for hundreds/thousands of files.

 

Appreciate your help!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @AryaBa1,

1. AEM Desktop App (Recommended)

  • The AEM Desktop App is the modern, supported way to integrate DAM with your Windows Explorer.

  • It mounts AEM DAM as a virtual network location so you can drag/drop files, copy folders, or open/edit assets directly from your desktop applications.

  • Changes sync back to AEM, and DAM update workflows (renditions, metadata) run automatically.

Steps:

  1. Download and install AEM Desktop App.

  2. Launch the app and enter your AEM server URL (for local: http://localhost:4502).

  3. Log in with your AEM credentials.

  4. The DAM appears as a mounted location in Windows Explorer (e.g., “AEM Assets”).

  5. Copy/paste or bulk upload files just like a normal folder.

2. WebDAV Mount (Legacy, Not Recommended)

Reference: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/content...


Santosh Sai

AEM BlogsLinkedIn


View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @AryaBa1,

1. AEM Desktop App (Recommended)

  • The AEM Desktop App is the modern, supported way to integrate DAM with your Windows Explorer.

  • It mounts AEM DAM as a virtual network location so you can drag/drop files, copy folders, or open/edit assets directly from your desktop applications.

  • Changes sync back to AEM, and DAM update workflows (renditions, metadata) run automatically.

Steps:

  1. Download and install AEM Desktop App.

  2. Launch the app and enter your AEM server URL (for local: http://localhost:4502).

  3. Log in with your AEM credentials.

  4. The DAM appears as a mounted location in Windows Explorer (e.g., “AEM Assets”).

  5. Copy/paste or bulk upload files just like a normal folder.

2. WebDAV Mount (Legacy, Not Recommended)

Reference: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/content...


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 2

@SantoshSai Thank you. I was thinking to use Desktop App, but just wanted to confirm.