Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Lot of huge DAM assets to upload

Avatar

Level 7

Hi,

If we have a Lot of huge DAM assets to upload and it chokes the AEM server, whichever upload tool we use (Webdav, etc).

What is the best way to go ahead with the upload and still be able to work with AEM?

Appreciate your time in responding.

Thanks,

Rama.

1 Accepted Solution

Avatar

Correct answer by
Level 10

We have an example of uploading assets to AEM in a batch model using a tool. That is -- you can write a custom Java tool that upload many assets - I have upload 1000s of assets using this tool:

http://scottsdigitalcommunity.blogspot.ca/2013/10/automating-process-of-uploading-digital.html

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

We have an example of uploading assets to AEM in a batch model using a tool. That is -- you can write a custom Java tool that upload many assets - I have upload 1000s of assets using this tool:

http://scottsdigitalcommunity.blogspot.ca/2013/10/automating-process-of-uploading-digital.html

Avatar

Level 10

As part of this solution - you use the AssetManager API - which reflects best practice when working with code and assets. 

Avatar

Employee

Take a look at the Adobe Consulting Services (ACS) AEM Tools CSV Asset Importer
https://adobe-consulting-services.github.io/acs-aem-tools/csv-asset-importer.html